SupySandbox: another fix in matching regexp.

master
Valentin Lorentz 2011-04-17 11:07:52 -07:00
parent 66325c9d9e
commit f0aac3f50d
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class SupySandbox(callbacks.Plugin):
"""Add the help for "@plugin help SupySandbox" here
This should describe *how* to use this plugin."""
_parser = re.compile(r'([^ ]*sandbox )?(?P<code>.*)')
_parser = re.compile(r'(.*sandbox )?(?P<code>.*)')
def sandbox(self, irc, msg, args):
"""<code>