summaryrefslogtreecommitdiff
path: root/logging.h
diff options
context:
space:
mode:
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);