[project @ 2002-08-08 15:21:08 by unknown_lamer]
authorunknown_lamer <unknown>
Thu, 8 Aug 2002 15:21:08 +0000 (15:21 +0000)
committerunknown_lamer <unknown>
Thu, 8 Aug 2002 15:21:08 +0000 (15:21 +0000)
commit6530edbf15c57acffc224cdc864f0dd611d0fa3f
treeeca43958cb7020a06781afa0728e8783d12ba277
parent7b3d2f2b2aaabf024715ff32050d8136ac98cb08
[project @ 2002-08-08 15:21:08 by unknown_lamer]

Fixed a bug in String, and added a new class, DCCManager, for managing
DCC Connections (ugh, it seems a bit kludgey, but I am working on some
big changes to how the bot works right now...). Probably some other
changes I forgot about.
21 files changed:
ChangeLog
NEWS
TODO
bobot++.info
source/Bot.C
source/Bot.H
source/BotInterp.H
source/DCCConnection.C
source/DCCConnection.H
source/DCCManager.C [new file with mode: 0644]
source/DCCManager.H [new file with mode: 0644]
source/DCCParser.C
source/DCCPerson.C
source/DCCPerson.H
source/Interp.C
source/Makefile.am
source/Makefile.in
source/ScriptCommands.C
source/ScriptCommands.H
source/String.C
source/UserCommands.C