From 4c9ef597e5503fa571276fd16739410cd9847f91 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Wed, 8 May 2019 21:02:26 +0100 Subject: Make TOPIC tracking/following/setting/etc. work for most/all scenarios and ensure it's always given out to new clients correctly. Also misc other bug fixes. --- functions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index d51d61c..f12e13f 100644 --- a/functions.h +++ b/functions.h @@ -33,4 +33,7 @@ void stripprefix(char *string); // Extract final parameter from IRC message, removing the leading colon ':' void extractfinalparameter(char *string); +// Extract the IRC nick from a prefix +void extractnickfromprefix(char *string); + #endif -- cgit v1.2.3