mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Removed a vestigial comment; our current system of not combiningRest has worked out well.
This commit is contained in:
parent
f9d82c7495
commit
65b369ffd4
@ -625,10 +625,6 @@ class context(object):
|
||||
self.converter = spec
|
||||
|
||||
def __call__(self, irc, msg, args, state):
|
||||
## if args and not (state.types or state.allowExtra):
|
||||
## # We're the last context/type, we should combine the remaining
|
||||
## # arguments into one string.
|
||||
## args[:] = [' '.join(args)]
|
||||
log.debug('args before %r: %r', self, args)
|
||||
self.converter(irc, msg, args, state, *self.args)
|
||||
log.debug('args after %r: %r', self, args)
|
||||
|
Loading…
Reference in New Issue
Block a user