mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
Rename cap_* funcs to irc_cap_*
Some systems often "namespace" cap_ for themselves, and so irssi's usage can conflict with their own. Bump ABI for this.
This commit is contained in:
parent
795e7ec162
commit
a634b34ba4
7 changed files with 20 additions and 20 deletions
|
|
@ -236,9 +236,9 @@ static void server_init(IRC_SERVER_REC *server)
|
|||
}
|
||||
|
||||
if (conn->sasl_mechanism != SASL_MECHANISM_NONE)
|
||||
cap_toggle(server, "sasl", TRUE);
|
||||
irc_cap_toggle(server, "sasl", TRUE);
|
||||
|
||||
cap_toggle(server, "multi-prefix", TRUE);
|
||||
irc_cap_toggle(server, "multi-prefix", TRUE);
|
||||
|
||||
irc_send_cmd_now(server, "CAP LS");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue