Removed an old comment.

This commit is contained in:
Jeremy Fincher 2003-12-09 00:03:42 +00:00
parent fe9bf97a59
commit 6b5d32c4b5
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ def pipeReadline(fd, timeout=0.75):
class Unix(callbacks.Privmsg):
def __init__(self):
callbacks.Privmsg.__init__(self)
# Initialize a file descriptor for the spell module.
self.spellCmd = utils.findBinaryInPath('aspell')
if not self.spellCmd:
self.spellCmd = utils.findBinaryInPath('ispell')