diff --git a/requirements.txt b/requirements.txt index 3b2c9ba..628872a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ tracery==0.1.1 -irctokens==0.5.1 +irctokens==0.7.0 diff --git a/tracer.py b/tracer.py index b9a7f67..e634fcd 100644 --- a/tracer.py +++ b/tracer.py @@ -117,9 +117,8 @@ def send(chan, msg): def think(line): chan = line.params.pop(0) words = line.params[0].split(" ") - nick = irctokens.Hostmask(line.source).nickname - if len(words) > 0 and nick != bot["nick"]: + if len(words) > 0 and line.hostmask.nickname != bot["nick"]: if words[0] == "!!list": res = "" for k in DB: