Echo: fix comment, groups is a tuple, not a list

This commit is contained in:
Brian S. Stephan 2012-12-20 14:29:52 -06:00
parent d0900452bc
commit ecf295314d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Echo(Module):
userhost source userhost (unused)
event IRC event, used in IRC reply, or none for direct call
from_admin whether or not the event came from an admin (unused)
groups list length 1, the message to echo
groups tuple length 1, the message to echo
"""