diff options
Diffstat (limited to 'src/irc/bot/botnets.sample')
-rw-r--r-- | src/irc/bot/botnets.sample | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/irc/bot/botnets.sample b/src/irc/bot/botnets.sample new file mode 100644 index 00000000..01ce9684 --- /dev/null +++ b/src/irc/bot/botnets.sample @@ -0,0 +1,15 @@ +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.*" ); } + ); + }; +}; |