Ignore was moved to core.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@729 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-11 22:01:23 +00:00 committed by cras
commit 55299b6b4a
9 changed files with 29 additions and 27 deletions

View file

@ -8,7 +8,6 @@
#include "modes.h"
#include "mode-lists.h"
#include "netsplit.h"
#include "ignore.h"
#include "dcc/dcc.h"
#include "flood/autoignore.h"
@ -25,4 +24,3 @@ typedef NETSPLIT_REC *Irssi__Irc__Netsplit;
typedef NETSPLIT_SERVER_REC *Irssi__Irc__Netsplitserver;
typedef AUTOIGNORE_REC *Irssi__Irc__Autoignore;
typedef NOTIFYLIST_REC *Irssi__Irc__Notifylist;
typedef IGNORE_REC *Irssi__Irc__Ignore;