summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2019-06-12 21:46:05 +0100
committerLuke Bratch <luke@bratch.co.uk>2019-06-12 21:46:05 +0100
commitc086e7d588008d7ebbb94c368fbcb8c4774ad6cb (patch)
tree9443904daab6fc529b85e3b453fadbb6cad9a43c /TODO
parent1b7abf6ee18697e28140a237df31426da37b594c (diff)
Don't print a message to the terminal when a channel already exists (it is a normal occurence when reconnecting, but might be bad in some other situation).
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index fe2cf21..ff3bab2 100644
--- a/TODO
+++ b/TODO
@@ -9,4 +9,3 @@ Might need to #include <limits.h> in blabouncer.c to make some operating systems
Allow reloading the configuration file while running (at least for things like replayseconds, replaymode) - BLABOUNCER command and SIGHUP?
-"error: createchannel(): channel name already exists.\n: Success" printed to terminal upon server reconnection.