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:
Timo Sirainen 2000-10-10 00:08:23 +00:00 committed by cras
commit f07f552661
9 changed files with 287 additions and 167 deletions

View file

@ -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);