From 2df0ff2a6617efd873f4214cba64007174f4d18c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 30 May 2019 08:56:45 -0400 Subject: remove # from channel --- tooter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooter.py b/tooter.py index 378cac5..21e54cb 100755 --- a/tooter.py +++ b/tooter.py @@ -56,7 +56,7 @@ def eventloop(chan, nick, msg): if words[0] == "!toot": status = emoji.emojize("".join(words[1:]), use_aliases=True) print(f"{status} posted by {nick}") - if chan == "#team": + if chan == "team": res = tildeteam.toot(status) else: res = tildeverse.toot(status) -- cgit 1.4.1