plugins/Services: Fix up an error message so it actually makes sense.

This commit is contained in:
James Vega 2005-06-01 01:13:25 +00:00
parent 227b15245a
commit 6ed01d4a87
1 changed files with 2 additions and 1 deletions

View File

@ -347,7 +347,8 @@ class Services(callbacks.Plugin):
'I can send commands to ChanServ.', command)
else:
irc.error('You must set supybot.plugins.Services.ChanServ '
'before I\'m able to do get voiced.', Raise=True)
'before I\'m able to send the %s command.' % command,
Raise=True)
def op(self, irc, msg, args, channel):
"""[<channel>]