From 323a3723893f98465af349d16d42e4da332a93ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 16 Oct 2020 23:28:54 +0200 Subject: [PATCH] degesch: update an outdated comment --- degesch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/degesch.c b/degesch.c index e0971e2..e47cb23 100644 --- a/degesch.c +++ b/degesch.c @@ -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;