mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
plugins/Services: Fix up an error message so it actually makes sense.
This commit is contained in:
parent
227b15245a
commit
6ed01d4a87
@ -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>]
|
||||
|
Loading…
Reference in New Issue
Block a user