Add options, fix bug 1
commit1003723724adaf68a474ac653413a2b734d0c401
authorJames Earl Spahlinger <james@nixeagle.org>
Tue, 10 Jun 2008 01:01:26 +0000 (9 21:01 -0400)
committerJames Earl Spahlinger <james@nixeagle.org>
Tue, 10 Jun 2008 01:01:26 +0000 (9 21:01 -0400)
tree91e72e5004478942b7c37bd8c343911af523a814
parent24d1ad78c5793dc4a8656752da0d31123e130681
Add options, fix bug 1

Fix crashing bug, due to is_recv having random memory.

Add two new options relating to the status bot:
  1. status-bot-channel
  2. status-bot-network

They control what the bot joins as far as network/channel.
SConstruct
daemon/main.cpp
daemon/mtalk_parser.cpp
daemon/options.cpp
daemon/options.h
mtalk.default.cfg
tests/multiserverbot.cpp [new file with mode: 0644]
tests/parser.cpp