]> jfr.im git - erebus.git/blobdiff - bot.py
trivia v1 done
[erebus.git] / bot.py
diff --git a/bot.py b/bot.py
index fa6e7c273d374b3f12752f9d732cce68be1ac2c8..4b1fc2542e1f1d3abffc8a94ca2c1ddd716de5cc 100644 (file)
--- a/bot.py
+++ b/bot.py
@@ -67,7 +67,7 @@ class Bot(object):
                        chan = self.parent.channel(pieces[2])
 
                        if nick == self.nick:
-                               self.conn.send("WHO %s %%ant,1" % (chan))
+                               self.conn.send("WHO %s c%%ant,1" % (chan))
                        else:
                                user = self.parent.user(nick, justjoined=True)
                                chan.userjoin(user)