summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h3
1 files changed, 3 insertions, 0 deletions
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