degesch: update an outdated comment

This commit is contained in:
Přemysl Eric Janouch 2020-10-16 23:28:54 +02:00
parent 76f4e6faa6
commit 323a372389
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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;