-
jibot fails JOINing on quakenet servers
Quakenet expects you to wait for the EO motd msg
(376)
class QuakenetHandler(MessageHandler):
def __init__(self,root,name="QuakenetHandler"):
MessageHandler.__init__
(self,root=root,name=name)
self._handles=("376",)
def handle(self,m):
if "376" == m.command:
for channel in...
2005-06-20 21:51:31 UTC by zcamster
-
Logged In: YES
user_id=1299750
# nicer solution
class QuakenetHandler(MessageHandler):
def __init__(self,root,name="QuakenetHandler"):
print "init"
MessageHandler.__init__(self,root=root,name=name)
self._handles=("376",)
def handle(self,m):
if "376" == m.command:
for channel in self._root.channels:
print channel.
2005-06-20 21:45:18 UTC by zcamster
-
Logged In: YES
user_id=1299750
Same issue w/ quakenet.org, server will accept /join only
after 357 EO motd
patch:
http://sourceforge.net/tracker/index.php?
func=detail&aid=1224018&group_id=82910&atid=567667.
2005-06-20 11:38:08 UTC by zcamster
-
+++ jibotinterface.py 2004-05-17 15:55:50.000000000
+0200
@@ -398,7 +398,7 @@
self._masternickDB=masternickDB
self._defDB=defDB
self._heraldHandler=heraldHandler
- self._handles =
("353", "NICK", "JOIN", "QUIT", "PART","forgetnick","aka
","savenicks","376")
+ self._handles =
("353", "NICK", "JOIN", "QUIT", "PART","forgetnick","aka...
2005-06-20 09:52:20 UTC by zcamster
-
termie committed patchset 135 of module jibot to the JiBot CVS repository, changing 1 files.
2004-08-19 06:35:33 UTC by termie
-
termie committed patchset 134 of module jibot to the JiBot CVS repository, changing 1 files.
2004-07-27 21:41:05 UTC by termie
-
The bot connects to irc.dynastynet.net but it doesn't
join any channel after receiving the MOTD and the
server notices.
2004-06-27 03:23:39 UTC by nobody
-
kevinmarks committed patchset 133 of module jibot to the JiBot CVS repository, changing 1 files.
2004-06-10 18:04:59 UTC by kevinmarks
-
f8dy committed patchset 132 of module jibot to the JiBot CVS repository, changing 1 files.
2004-06-10 18:01:09 UTC by f8dy
-
termie committed patchset 131 of module jibot to the JiBot CVS repository, changing 1 files.
2004-05-22 09:18:58 UTC by termie