From 3f275ebd55c1c26935849787839c73ee0535a359 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 7 Dec 2001 19:40:37 +0000 Subject: Added support for 326 and 327 whois numerics in OPN. Removed keeping track of ban exceptions and invite list. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2212 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/core/irc-channels.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/irc/core/irc-channels.h') diff --git a/src/irc/core/irc-channels.h b/src/irc/core/irc-channels.h index a00b0a49..13a61908 100644 --- a/src/irc/core/irc-channels.h +++ b/src/irc/core/irc-channels.h @@ -16,8 +16,6 @@ struct _IRC_CHANNEL_REC { #include "channel-rec.h" GSList *banlist; /* list of bans */ - GSList *ebanlist; /* list of ban exceptions */ - GSList *invitelist; /* invite list */ time_t massjoin_start; /* Massjoin start time */ int massjoins; /* Number of nicks waiting for massjoin signal.. */ -- cgit v1.2.3