Remove dead or useless code

This commit is contained in:
nemunaire 2015-10-30 21:10:06 +01:00
commit ac33ceb579
41 changed files with 15 additions and 80 deletions

View file

@ -87,7 +87,6 @@ def cmd_whois(msg):
js = getJSON(URL_WHOIS % urllib.parse.quote(dom))
if "ErrorMessage" in js:
err = js["ErrorMessage"]
raise IRCException(js["ErrorMessage"]["msg"])
whois = js["WhoisRecord"]