mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Moved join, part, quit, kick, nick, invite and topic printing to core.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@726 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3c78d95614
commit
f07f552661
9 changed files with 287 additions and 167 deletions
|
|
@ -88,8 +88,9 @@ static void get_server_splits(void *key, NETSPLIT_REC *split, TEMP_SPLIT_REC *re
|
|||
for (tmp = split->channels; tmp != NULL; tmp = tmp->next) {
|
||||
NETSPLIT_CHAN_REC *splitchan = tmp->data;
|
||||
|
||||
if (ignore_check(rec->server_rec, split->nick, split->address,
|
||||
splitchan->name, "", MSGLEVEL_QUITS))
|
||||
if (ignore_check(SERVER(rec->server_rec), split->nick,
|
||||
split->address, splitchan->name, "",
|
||||
MSGLEVEL_QUITS))
|
||||
continue;
|
||||
|
||||
chanrec = find_split_chan(rec, splitchan->name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue