diff options
author | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 15:31:01 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2019-09-07 15:31:01 +0100 |
commit | 979b594b9a58059a5159f2a950e0a71c64f35e38 (patch) | |
tree | e395e679d08bb963d75a388fa723942b967cd1c3 /logging.h | |
parent | c4e88bfe0c918604cb588ab8b3ce7d29b138cd0f (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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); |