Bug fix: #rejected aliased to #reject
Ignore-this: e6219ddc1d9eea41f44107e2a217c8f0 - #rejected was supposed to be aliased to #reject, but was not due to a name error. Fixed now. darcs-hash:20101229060734-82ea9-e437fc1b7a19a799ab0152bb8a0ec998b4e1df36.gz
This commit is contained in:
parent
a7c62223ea
commit
9758d001d2
@ -358,7 +358,7 @@ class MeetingCommands(object):
|
||||
if not self.isChair(nick): return
|
||||
m = items.Rejected(nick, **kwargs)
|
||||
self.additem(m)
|
||||
do_rejected = do_rejected
|
||||
do_reject = do_rejected
|
||||
def do_chair(self, nick, line, **kwargs):
|
||||
"""Add a chair to the meeting."""
|
||||
if not self.isChair(nick): return
|
||||
|
Loading…
x
Reference in New Issue
Block a user