mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Stupid vim! Didn't show my my syntax error.
This commit is contained in:
parent
d168314786
commit
54102ae5f7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user