Update of /cvsroot/pybot/pybot
In directory sc8-pr-cvs1:/tmp/cvs-serv3351
Modified Files:
ChangeLog
Log Message:
Removed compatibility code from Command class.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pybot/pybot/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** ChangeLog 22 Aug 2003 13:22:11 -0000 1.23
--- ChangeLog 22 Aug 2003 13:26:13 -0000 1.24
***************
*** 3,6 ****
--- 3,8 ----
after-connection messages, allowing nick registration on
nickserv and similars.
+ * pybot/command.py: Removed compatibility code from Command
+ class.
2003-08-21 Gustavo Niemeyer <nie...@co...>
|