ERepublik: Fix typo.

master
Valentin Lorentz 2013-05-23 14:28:21 +02:00
parent db41f563ee
commit 74b6446914
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ class ERepublik(callbacks.Plugin):
irc.error(_('Invalid format.'), Raise=True)
advinfo = wrap(_advinfo, ['something', 'int'])
def active(self, irc, msg, args, name):
def active(self, irc, msg, args):
"""takes no arguments
Returns list of active battles."""