Pääsiäismuna

This commit is contained in:
Juhani Haverinen 2014-03-11 21:05:17 +02:00
parent 2164b51725
commit 7ad604f2e2
1 changed files with 2 additions and 0 deletions

View File

@ -266,5 +266,7 @@ def help(cmd):
return '#invite nick invites nick to channel'
elif cmd=='#help':
return '#help [command] give short info of command or list commands'
elif cmd=='me':
return 'I shall.'
else:
return 'Not found'