summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-09-07 15:31:01 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-09-07 15:31:01 +0100
commit979b594b9a58059a5159f2a950e0a71c64f35e38 (patch)
treee395e679d08bb963d75a388fa723942b967cd1c3 /logging.h
parentc4e88bfe0c918604cb588ab8b3ce7d29b138cd0f (diff)
Avoid non-existent users appearing in channels after they change nicks by replay logging nick changes.
Diffstat (limited to 'logging.h')
-rw-r--r--logging.h6
1 files changed, 3 insertions, 3 deletions
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);