summaryrefslogtreecommitdiff
path: root/src/irc/core/netsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/netsplit.h')
-rw-r--r--src/irc/core/netsplit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/core/netsplit.h b/src/irc/core/netsplit.h
index ae5a9aa3..cce52e2a 100644
--- a/src/irc/core/netsplit.h
+++ b/src/irc/core/netsplit.h
@@ -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