Update of /cvsroot/pybot/pybot
In directory sc8-pr-cvs1:/tmp/cvs-serv1170
Modified Files:
ChangeLog TODO
Log Message:
* modules/servercontrol.py: Implemented arbitrary setup of
after-connection messages, allowing nick registration on
nickserv and similars.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pybot/pybot/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ChangeLog 21 Aug 2003 23:24:15 -0000 1.22
--- ChangeLog 22 Aug 2003 13:22:11 -0000 1.23
***************
*** 1,2 ****
--- 1,7 ----
+ 2003-08-22 Gustavo Niemeyer <nie...@co...>
+ * modules/servercontrol.py: Implemented arbitrary setup of
+ after-connection messages, allowing nick registration on
+ nickserv and similars.
+
2003-08-21 Gustavo Niemeyer <nie...@co...>
* modules/servercontrol.py: Allow setting the bot nick when
Index: TODO
===================================================================
RCS file: /cvsroot/pybot/pybot/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO 21 Aug 2003 23:24:15 -0000 1.12
--- TODO 22 Aug 2003 13:22:11 -0000 1.13
***************
*** 9,14 ****
- Cross identification between servers (is this useful?).
- - Implement nickserv identification (with generic messages on connection).
-
- Develop admin module for direct sql access.
--- 9,12 ----
|