1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

Add server option umodes (closes #377)

This commit is contained in:
Simmo Saan
2016-10-12 21:38:49 +03:00
parent c1b39ee5c2
commit 03fbb4ffdc
5 changed files with 48 additions and 0 deletions
+1
View File
@@ -82,6 +82,7 @@ enum t_irc_server_option
IRC_SERVER_OPTION_MSG_PART, /* default part message */
IRC_SERVER_OPTION_MSG_QUIT, /* default quit message */
IRC_SERVER_OPTION_NOTIFY, /* notify list */
IRC_SERVER_OPTION_UMODES, /* umodes to set once connected */
/* number of server options */
IRC_SERVER_NUM_OPTIONS,
};