Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit dd3593d

Browse files
committed
add homu ping command (fixes #83)
1 parent 19c16ed commit dd3593d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

homu/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,8 @@ def parse_commands(body, username, repo_cfg, state, my_username, db, states, *,
459459
state.init_build_res([])
460460

461461
state.save()
462-
462+
elif word == 'hello?' or word == 'ping':
463+
state.add_comment(":sleepy: I'm awake I'm awake")
463464
else:
464465
found = False
465466

0 commit comments

Comments
 (0)