Some cleanups in quit message handling. Fixed a bug where a quit from a user
that isn't in a channel with the client (god knows how *that* happens, but someone reported the bug...) could crash the client, because a NULL pointer is passed to logmsg(). The bug didn't show under glibc because it handles the NULL pointer OK. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@58 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
@@ -51,7 +51,7 @@ void list_channels (void);
|
||||
void reconnect_all_channels (int);
|
||||
void switch_channels (char, char *);
|
||||
char *what_channel (char *, int);
|
||||
char *walk_channels (char *, int, int);
|
||||
ChannelList *walk_channels (char *, int, int);
|
||||
char *real_channel (void);
|
||||
void BX_rename_nick (char *, char *, int);
|
||||
void update_channel_mode (char *, char *, int, char *, ChannelList *);
|
||||
|
||||
Reference in New Issue
Block a user