diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-16 23:28:54 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-16 23:29:05 +0200 |
commit | 323a3723893f98465af349d16d42e4da332a93ee (patch) | |
tree | 07363eec901a69fcc002530d24a89a50d5684c5f | |
parent | 76f4e6faa6d4ea5da25ec4158b2db3df6aa97d8d (diff) | |
download | xK-323a3723893f98465af349d16d42e4da332a93ee.tar.gz xK-323a3723893f98465af349d16d42e4da332a93ee.tar.xz xK-323a3723893f98465af349d16d42e4da332a93ee.zip |
degesch: update an outdated comment
-rw-r--r-- | degesch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4978,7 +4978,7 @@ irc_initiate_disconnect (struct server *s, const char *reason) else // TODO: make the default QUIT message customizable // -> global/per server/both? - // -> implement IRC output hooks for plugins? + // -> implement it with an output hook in a plugin? irc_send (s, "QUIT :%s", PROGRAM_NAME " " PROGRAM_VERSION); s->manual_disconnect = true; |