mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Rewrote quitmsg_is_split(). A bit faster now and doesn't match to quit
messages like "foo. bar." git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1756 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
87a439e994
commit
1de695ae1a
2 changed files with 50 additions and 20 deletions
|
|
@ -34,6 +34,7 @@ void netsplit_deinit(void);
|
|||
NETSPLIT_REC *netsplit_find(IRC_SERVER_REC *server, const char *nick, const char *address);
|
||||
NICK_REC *netsplit_find_channel(IRC_SERVER_REC *server, const char *nick, const char *address, const char *channel);
|
||||
|
||||
/* check if quit message is a netsplit message */
|
||||
int quitmsg_is_split(const char *msg);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue