mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
irc: move option irc.network.alternate_nick into servers (closes #633)
This commit is contained in:
@@ -64,6 +64,7 @@ enum t_irc_server_option
|
||||
IRC_SERVER_OPTION_AUTORECONNECT, /* autoreconnect when disconnected */
|
||||
IRC_SERVER_OPTION_AUTORECONNECT_DELAY, /* delay before trying again reco */
|
||||
IRC_SERVER_OPTION_NICKS, /* nicknames (comma separated list) */
|
||||
IRC_SERVER_OPTION_NICKS_ALTERNATE, /* use alternate nicknames */
|
||||
IRC_SERVER_OPTION_USERNAME, /* user name */
|
||||
IRC_SERVER_OPTION_REALNAME, /* real name */
|
||||
IRC_SERVER_OPTION_LOCAL_HOSTNAME,/* custom local hostname */
|
||||
|
||||
Reference in New Issue
Block a user