LimnoriaChan: Bug fix.

master
Valentin Lorentz 2011-08-28 15:09:40 +02:00
parent 8f25390368
commit eef1bb254e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class LimnoriaChan(callbacks.Plugin):
Opens an issue on ProgVal/Supybot-plugins bugtracker called <title>.
"""
self._issue(irc, msg, args, user, title, 'ProgVal/Supybot-plugins')
issue = wrap(issue, ['user', 'text'])
issuepl = wrap(issuepl, ['user', 'text'])
def _issue(self, irc, msg, args, user, title, repoName):
if not world.testing and \