mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Changed configure.in's functionality so that you could tell what modules you want to build in main irssi binary and it will create automatically the .c files that need to call the module_init()/deinit() functions. Fixed several minor things.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@230 dbcabf3a-b0e7-0310-adc4-f8d773084564
15 lines
393 B
Text
15 lines
393 B
Text
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.*" ); }
|
|
);
|
|
};
|
|
};
|