Fixed typo:

<sifu> Strike|laptop: Error: I've already got ops in #grasshoppersx

That last x is the typo :)
This commit is contained in:
Daniel DiPaolo 2004-02-18 04:36:50 +00:00
parent 3128255c0f
commit dcf7d167eb
1 changed files with 1 additions and 1 deletions

View File

@ -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: