Fixed spelling error

This commit is contained in:
Juhani Haverinen 2013-10-11 22:53:56 +03:00
parent 36eb3907ec
commit cf5e8e6567
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ def help(cmd):
elif cmd=='#untrust':
return '#untrust nick remove nick from trusted list'
elif cmd=='#ls-trusted':
return '#lt-trusted list nicks that are trusted. use only in a query'
return '#ls-trusted list nicks that are trusted. use only in a query'
elif cmd=='#help':
return '#help [command] give short info of command or list commands'
else: