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:
Timo Sirainen 2001-08-14 11:53:08 +00:00 committed by cras
commit 1de695ae1a
2 changed files with 50 additions and 20 deletions

View file

@ -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