Share

JiBot

Code

Repositories

browse code, statistics, last commit on 2004-08-19 cvs -d:pserver:anonymous@jibot.cvs.sourceforge.net:/cvsroot/jibot login

cvs -z3 -d:pserver:anonymous@jibot.cvs.sourceforge.net:/cvsroot/jibot co -P modulename

Show:

What's happening?

  • jibot fails JOIN on quakenet servers

    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

  • Comment: fix bug on join for Quakenet like servers (376 EO motd)

    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

  • Comment: Problem at joining Dynastynet

    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

  • fix bug on join for Quakenet like servers (376 EO motd)

    +++ 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

  • JiBot

    termie committed patchset 135 of module jibot to the JiBot CVS repository, changing 1 files.

    2004-08-19 06:35:33 UTC by termie

  • JiBot

    termie committed patchset 134 of module jibot to the JiBot CVS repository, changing 1 files.

    2004-07-27 21:41:05 UTC by termie

  • Problem at joining Dynastynet

    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

  • JiBot

    kevinmarks committed patchset 133 of module jibot to the JiBot CVS repository, changing 1 files.

    2004-06-10 18:04:59 UTC by kevinmarks

  • JiBot

    f8dy committed patchset 132 of module jibot to the JiBot CVS repository, changing 1 files.

    2004-06-10 18:01:09 UTC by f8dy

  • JiBot

    termie committed patchset 131 of module jibot to the JiBot CVS repository, changing 1 files.

    2004-05-22 09:18:58 UTC by termie

Our Numbers