From ecf295314daf8e61f91cdb16033ceec0e3868172 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 20 Dec 2012 14:29:52 -0600 Subject: [PATCH] Echo: fix comment, groups is a tuple, not a list --- modules/Echo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Echo.py b/modules/Echo.py index 6b0eeb4..aacac56 100644 --- a/modules/Echo.py +++ b/modules/Echo.py @@ -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 """