From 54f77f914b95918a9a928aed4e8c3a779c7e1350 Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 3 Nov 2004 20:20:34 +0000 Subject: [PATCH] reason should be 'text' --- src/Channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Channel.py b/src/Channel.py index dd092b14f..b7fc7e809 100755 --- a/src/Channel.py +++ b/src/Channel.py @@ -289,7 +289,7 @@ class Channel(callbacks.Privmsg): kick = wrap(kick, [('checkChannelCapability', 'op'), ('haveOp', 'kick someone'), 'nickInChannel', - additional('anything')]) + additional('text')]) def kban(self, irc, msg, args, optlist, channel, bannedNick, length, reason): @@ -390,7 +390,7 @@ class Channel(callbacks.Privmsg): ('haveOp', 'kick or ban someone'), 'nickInChannel', optional('expiry', 0), - additional('anything')]) + additional('text')]) def unban(self, irc, msg, args, channel, hostmask): """[]