Stupid vim! Didn't show my my syntax error.

This commit is contained in:
Jeremy Fincher 2003-12-16 12:27:36 +00:00
parent d168314786
commit 54102ae5f7

View File

@ -175,7 +175,7 @@ class Unix(callbacks.Privmsg):
""" """
# We are only checking the first word # We are only checking the first word
if not self.spellCmd: if not self.spellCmd:
irc.error(msg, 'A spell checking command doesn't seem to be ' irc.error(msg, 'A spell checking command doesn\'t seem to be '
'installed on this computer.') 'installed on this computer.')
return return
word = privmsgs.getArgs(args) word = privmsgs.getArgs(args)