Add !ping in PM (always replies pong)

This commit is contained in:
nyuszika7h 2014-03-01 11:45:41 +01:00
parent 7439aa8f7b
commit 37606dde4f

View File

@ -241,6 +241,11 @@ def restart_program(cli, nick, *rest):
@pmcmd("ping")
def pm_ping(cli, nick, rest):
pm(cli, nick, 'Pong!')
@cmd("ping")
def pinger(cli, nick, chan, rest):
"""Pings the channel to get people's attention. Rate-Limited."""