Removed a vestigial comment; our current system of not combiningRest has worked out well.

This commit is contained in:
Jeremy Fincher 2004-11-30 04:41:43 +00:00
parent f9d82c7495
commit 65b369ffd4
1 changed files with 0 additions and 4 deletions

View File

@ -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)