From 3e37906cf71ce93ee7faa4a6b9469abbd6811196 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 4 Mar 2008 18:15:51 +0000 Subject: Remove long unmaintained botnet module. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4723 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/bot/botnets.sample | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/irc/bot/botnets.sample (limited to 'src/irc/bot/botnets.sample') diff --git a/src/irc/bot/botnets.sample b/src/irc/bot/botnets.sample deleted file mode 100644 index 01ce9684..00000000 --- a/src/irc/bot/botnets.sample +++ /dev/null @@ -1,15 +0,0 @@ -botnets = { - irssinet = { - nick = irssibot; - priority = 5; - autoconnect = yes; - uplinks = ( - { host = "main.botnet.org"; password = "mypass"; } - ); - downlinks = ( - { password = "thepass"; valid_addrs = ( "192.168.0.*" ); }, - { password = "blah"; valid_addrs = ( "*.botnet.org" ); }, - { password = "localpass"; valid_addrs = ( "127.*" ); } - ); - }; -}; -- cgit v1.2.3