show target user in !ping response
This commit is contained in:
parent
c9d07b6032
commit
d0c5fc097c
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ class Module(ModuleManager.BaseModule):
|
||||||
"""
|
"""
|
||||||
:help: Ping pong
|
:help: Ping pong
|
||||||
"""
|
"""
|
||||||
event["stdout"].write("Pong!")
|
event["stdout"].write("%s: pong!" % event["user"].nickname)
|
||||||
|
|
Loading…
Reference in a new issue