[project @ 2005-03-01 03:18:40 by unknown_lamer]
authorunknown_lamer <unknown>
Tue, 1 Mar 2005 03:18:40 +0000 (03:18 +0000)
committerunknown_lamer <unknown>
Tue, 1 Mar 2005 03:18:40 +0000 (03:18 +0000)
commit86e67477dd22a328cd05ef24c7cbfbe2dc18747b
tree0f53036dd244f112eb9a3f642983b4789630db95
parent005c31fbe32fda69c46d79187f5d76d7ba944d08
[project @ 2005-03-01 03:18:40 by unknown_lamer]

Fixed a potential segfault in the Parser

2005-02-28  Clinton Ebadi  <clinton@unknownlamer.org>

* source/Parser.C (parseLine): use map<>::find and an iterator to
find the IRC command instead of map<>::operator[] to avoid a
potential segfault

* source/Bot.C (waitForInput): Removed commented out code
ChangeLog
source/Bot.C
source/Parser.C