remove # from channel

This commit is contained in:
Ben Harris 2019-05-30 08:56:45 -04:00
parent 0d5a6b0106
commit 2df0ff2a66
1 changed files with 1 additions and 1 deletions

View File

@ -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)