From 979b594b9a58059a5159f2a950e0a71c64f35e38 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 7 Sep 2019 15:31:01 +0100 Subject: Avoid non-existent users appearing in channels after they change nicks by replay logging nick changes. --- logging.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'logging.h') diff --git a/logging.h b/logging.h index 479e2c8..441a500 100644 --- a/logging.h +++ b/logging.h @@ -59,9 +59,9 @@ // // If LOG_TOPIC then it expects a string in the format: // :nick!bar@baz TOPIC #channel :bla bla bla -// -// With the ":foo!bar@baz "prefix being important for either -// type. + +// With the ":foo!bar@baz "prefix being important for all +// types. // // Returns 1 on success or 0 on failure. int logline(char *str, char *ournick, char *basedir, int type); -- cgit v1.2.3