mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Fixed the problem where 'load Unix' would never be appended to onStart
This commit is contained in:
parent
c5c44ec44a
commit
c8cafb6f45
@ -56,6 +56,7 @@ import utils
|
||||
|
||||
def configure(onStart, afterConnect, advanced):
|
||||
from questions import expect, anything, something, yn
|
||||
onStart.append('load Unix')
|
||||
cmdLine = utils.findBinaryInPath('aspell')
|
||||
if not cmdLine:
|
||||
cmdLine = utils.findBinaryInPath('ispell')
|
||||
|
Loading…
Reference in New Issue
Block a user