SupySandbox: another fix to the regexp.

master
Valentin Lorentz 2011-04-17 11:08:56 -07:00
parent f0aac3f50d
commit e2121ba565
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>