Prevent further segmentation faults in parse.c
Some critical parts in parse.c depend on parseable data in
message->user and message->email. These values will never be NULL
and will never again result in a segmentation fault.
committer: Markus Bröker <mbroeker@largo.homelinux.org>
#
# Project : mcbot
#
Known Bugs:
* PRIVMSG for n=some@unaffiliated/users
* strdup must be freed: DONE
* the bot must be registered to use op commands
-> works best on irc.freenode.net
Todo:
* UTF-8 aware Character-Encoding
* AUTO-RECONNECT must be implemented
Author:
* Markus Broeker mbroeker@largo.homelinux.org
Comments:
* scanner/parser rewritten
* a flex / bison parser will be better and safer than pointer arithmetics