mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-30 20:36:51 +02: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)
|
channel = privmsgs.getChannel(msg, args)
|
||||||
try:
|
try:
|
||||||
if irc.nick in irc.state.channels[channel].ops:
|
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:
|
else:
|
||||||
chanserv = self.registryValue('ChanServ', irc.network)
|
chanserv = self.registryValue('ChanServ', irc.network)
|
||||||
if chanserv:
|
if chanserv:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user