about summary refs log tree commit diff
path: root/tooter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tooter.py')
-rwxr-xr-xtooter.py2
1 files changed, 1 insertions, 1 deletions
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)