Fix a bug with Unix.wtf double replying.

This commit is contained in:
James Vega 2005-01-28 23:02:17 +00:00
parent 88a906df84
commit 6be58d842e

View File

@ -293,7 +293,6 @@ class Unix(callbacks.Privmsg):
r.close() r.close()
w.close() w.close()
inst.wait() inst.wait()
commandError()
else: else:
irc.error('I couldn\'t find the wtf command on this system. ' irc.error('I couldn\'t find the wtf command on this system. '
'If it is installed on this system, reconfigure the ' 'If it is installed on this system, reconfigure the '