diff options
| -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;  | 
