| |
I have noticed two bugs whilst using psyBNC. The first is when P_NETWORK
is #define'd, you cannot join or part channels with an apostrophe (')
in them, unless you prefix the channel with a colon (:) manually, though
you still cannot talk in the channels.
Also, when you connect, psyBNC doesn't ask for usermodes when you
connect to the server, so most clients don't know what your modes are,
I added this to line 193 of p_clients.c:
sprintf(buf, \":%s MODE %s\", user(usern)->nick, user(usern)->nick);
writesock(user(usern)->outsock, buf);
Right before this line:
user(usern)->gotop=0;
Daniel
|
|