From 9a858e9a296e4ce94d7a797488ad6579f4eeca69 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 12 Mar 2020 01:09:09 -0400 Subject: did a dumb --- tooter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooter.py b/tooter.py index 270be4b..6dbe28b 100644 --- a/tooter.py +++ b/tooter.py @@ -35,7 +35,7 @@ def think(line): chan = line.params.pop(0) words = line.params[0].split(" ") - if len(words) > 0 and irctokens.hostmask.nickname != botnick: + if len(words) > 0 and line.hostmask.nickname != botnick: if words[0] == "!toot": status = emoji.emojize(" ".join(words[1:]), use_aliases=True) print(f"{status} posted by {nick}") -- cgit 1.4.1