mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
support cap away-notify
This commit is contained in:
parent
d418989f0c
commit
61d215acdd
7 changed files with 75 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
irc_cap_toggle(server, CAP_EXTENDED_JOIN, TRUE);
|
||||
irc_cap_toggle(server, CAP_SETNAME, TRUE);
|
||||
irc_cap_toggle(server, CAP_INVITE_NOTIFY, TRUE);
|
||||
irc_cap_toggle(server, CAP_AWAY_NOTIFY, TRUE);
|
||||
|
||||
irc_send_cmd_now(server, "CAP LS " CAP_LS_VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue