I seem to recall seeing a 2 when supybot's host's DNS was down.

This commit is contained in:
Jeremy Fincher 2005-01-12 21:06:36 +00:00
parent 76a5e5988f
commit a65c5e65dd
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def strError(e):
return TIMED_OUT
elif n == 104:
return RESET_BY_PEER
elif n in (8, 3):
elif n in (8, 3, 2):
return UNKNOWN_HOST
elif n == 403:
return FORBIDDEN