From dcf7d167ebc744ac1a99653243de66b176fab373 Mon Sep 17 00:00:00 2001 From: Daniel DiPaolo Date: Wed, 18 Feb 2004 04:36:50 +0000 Subject: [PATCH] Fixed typo: Strike|laptop: Error: I've already got ops in #grasshoppersx That last x is the typo :) --- plugins/Services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Services.py b/plugins/Services.py index 55bfd7353..15e9fcf41 100644 --- a/plugins/Services.py +++ b/plugins/Services.py @@ -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: