mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
Fixed typo:
<sifu> Strike|laptop: Error: I've already got ops in #grasshoppersx That last x is the typo :)
This commit is contained in:
parent
3128255c0f
commit
dcf7d167eb
@ -205,7 +205,7 @@ class Services(privmsgs.CapabilityCheckingPrivmsg):
|
||||
channel = privmsgs.getChannel(msg, args)
|
||||
try:
|
||||
if irc.nick in irc.state.channels[channel].ops:
|
||||
irc.error('I\'ve already got ops in %sx' % channel)
|
||||
irc.error('I\'ve already got ops in %s' % channel)
|
||||
else:
|
||||
chanserv = self.registryValue('ChanServ', irc.network)
|
||||
if chanserv:
|
||||
|
Loading…
Reference in New Issue
Block a user