From 7a3a8aa2a521f752a042ede37b81125689aa0067 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 16 Sep 2019 19:42:04 +0100 Subject: Make all log filenames lowercase - since IRC nicks and channel names are case-insensitive, we can ensure a nick/channel with varying case always ends up in the same log file. --- functions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index 614137d..e8b03f9 100644 --- a/functions.h +++ b/functions.h @@ -208,4 +208,7 @@ int addnamereplytochannel(char *namereply, struct channel *channels); // Strips all leading prefixes (colons, user modes) from a nick void stripprefixesfromnick(char *nick); + +// Convert the given 'string' into lowercase +void strlower(char *string); #endif -- cgit v1.2.3