[IRCServices Coding] A few bugs...
Russell Garrett
rg at tcslon.com
Thu Jan 31 12:49:59 PST 2002
Sorry I haven't been around much recently... loads of school work...
Found a few small spelling mistakes:
/modules/protocol/bahamut.c line 137:
" sure you have no pre-1.4.25 servers on your
netowrk,"
example-ircservices.conf line 691:
# user-configuratble data. This is separate from the help
messages
And another bug in my favourite module, xml-export:
xml-export.c line 339:
writefunc(data, "\t\t<mlock_on>%s</mlock_off>\n",
should read (I assume):
writefunc(data, "\t\t<mlock_off>%s</mlock_off>\n",
That's all for now :)
Russ Garrett (russ at garrett.co.uk)