mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
irc: remove default CTCP replies FINGER and USERINFO (issue #1974)
This commit is contained in:
@@ -64,7 +64,7 @@ struct t_irc_channel;
|
||||
|
||||
/* list of supported CTCPs (for completion in command /ctcp) */
|
||||
#define IRC_COMMAND_CTCP_SUPPORTED_COMPLETION \
|
||||
"action|clientinfo|finger|ping|source|time|userinfo|version"
|
||||
"action|clientinfo|ping|source|time|version"
|
||||
|
||||
extern void irc_command_away_server (struct t_irc_server *server,
|
||||
const char *arguments,
|
||||
|
||||
Reference in New Issue
Block a user