mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
add chghost capability support
This commit is contained in:
parent
95d695de8c
commit
4dbbbf47a4
8 changed files with 74 additions and 0 deletions
|
|
@ -238,6 +238,7 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
irc_cap_toggle(server, CAP_SETNAME, TRUE);
|
||||
irc_cap_toggle(server, CAP_INVITE_NOTIFY, TRUE);
|
||||
irc_cap_toggle(server, CAP_AWAY_NOTIFY, TRUE);
|
||||
irc_cap_toggle(server, CAP_CHGHOST, TRUE);
|
||||
|
||||
irc_send_cmd_now(server, "CAP LS " CAP_LS_VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue