diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-03 23:27:07 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-03 23:27:07 +0000 |
commit | c5cccfcdaa3e75c378b14086679e54a781b5b8c6 (patch) | |
tree | 3e06e98f93cd86ce555960fee312817cb0a67501 /src/perl/irc | |
parent | 6ae8ab57666e7969f8a10ca13edaa7933fe0cb3a (diff) | |
download | irssi-c5cccfcdaa3e75c378b14086679e54a781b5b8c6.zip |
fe-common/irc/flood removed. Some autoignore / ignore -time updates.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1330 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/perl/irc')
-rw-r--r-- | src/perl/irc/Flood.xs | 13 | ||||
-rw-r--r-- | src/perl/irc/Irc.xs | 1 | ||||
-rw-r--r-- | src/perl/irc/module.h | 1 |
3 files changed, 0 insertions, 15 deletions
diff --git a/src/perl/irc/Flood.xs b/src/perl/irc/Flood.xs deleted file mode 100644 index 5a92e442..00000000 --- a/src/perl/irc/Flood.xs +++ /dev/null @@ -1,13 +0,0 @@ -MODULE = Irssi::Irc PACKAGE = Irssi::Irc::Server - -void -autoignore_add(server, nick, level) - Irssi::Irc::Server server - char *nick - int level - -int -autoignore_remove(server, mask, level) - Irssi::Irc::Server server - char *mask - int level diff --git a/src/perl/irc/Irc.xs b/src/perl/irc/Irc.xs index 328e9c56..9bde4296 100644 --- a/src/perl/irc/Irc.xs +++ b/src/perl/irc/Irc.xs @@ -179,5 +179,4 @@ INCLUDE: Modes.xs INCLUDE: Netsplit.xs INCLUDE: Dcc.xs -INCLUDE: Flood.xs INCLUDE: Notifylist.xs diff --git a/src/perl/irc/module.h b/src/perl/irc/module.h index aa70eb0a..971f0021 100644 --- a/src/perl/irc/module.h +++ b/src/perl/irc/module.h @@ -15,7 +15,6 @@ #include "dcc/dcc-chat.h" #include "dcc/dcc-get.h" #include "dcc/dcc-send.h" -#include "flood/autoignore.h" #include "notifylist/notifylist.h" #define dcc_bless(dcc) \ |