mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Slight readability change.
This commit is contained in:
parent
a4b4c2101c
commit
f8f1b4585f
@ -209,7 +209,7 @@ class Unix(callbacks.Privmsg):
|
|||||||
if line[0] in '*+':
|
if line[0] in '*+':
|
||||||
resp = '"%s" may be spelled correctly.' % word
|
resp = '"%s" may be spelled correctly.' % word
|
||||||
elif line[0] == '#':
|
elif line[0] == '#':
|
||||||
resp = 'Could not find an alternate spelling for "%s"' % word
|
resp = 'I could not find an alternate spelling for "%s"' % word
|
||||||
elif line[0] == '&':
|
elif line[0] == '&':
|
||||||
matches = line.split(':')[1].strip()
|
matches = line.split(':')[1].strip()
|
||||||
resp = 'Possible spellings for %r: %s.' % \
|
resp = 'Possible spellings for %r: %s.' % \
|
||||||
|
Loading…
Reference in New Issue
Block a user