mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Minor stylistic changes.
This commit is contained in:
parent
7c2e9f8990
commit
73deb2036c
@ -111,7 +111,7 @@ conf.registerGlobalValue(conf.supybot.plugins.Unix.fortune, 'files',
|
||||
|
||||
conf.registerGroup(conf.supybot.plugins.Unix, 'spell')
|
||||
conf.registerGlobalValue(conf.supybot.plugins.Unix.spell, 'command',
|
||||
registry.String(utils.findBinaryInPath('aspell') or \
|
||||
registry.String(utils.findBinaryInPath('aspell') or
|
||||
utils.findBinaryInPath('ispell') or '', """Determines what
|
||||
command will be called for the spell command."""))
|
||||
|
||||
@ -286,5 +286,5 @@ class Unix(callbacks.Privmsg):
|
||||
|
||||
|
||||
Class = Unix
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||
|
Loading…
Reference in New Issue
Block a user