mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
If we receive INVITE for a channel that is added with /CHANNEL ADD -auto,
join it immediately. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1724 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a8193b168a
commit
072a4c774f
2 changed files with 12 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ void chatnets_init(void)
|
|||
{
|
||||
chatnets = NULL;
|
||||
|
||||
signal_add("event connected", (SIGNAL_FUNC) sig_connected);
|
||||
signal_add_first("event connected", (SIGNAL_FUNC) sig_connected);
|
||||
signal_add("setup reread", (SIGNAL_FUNC) read_chatnets);
|
||||
signal_add_first("irssi init read settings", (SIGNAL_FUNC) read_chatnets);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue