Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ece3b46199411e57e44da372ec6c2d79 > files > 9

nepenthes-0.2.2-5mdv2009.1.i586.rpm

log-irc
{
    use-tor     "1";
    tor
    {
        server  "localhost";
        port    "9050";
    };

    irc
    {
        server
        {
            name    "irc.freenode.net";
            port    "6667";
            pass    "";
        };

        user
        {
            nick        "nep-noname";
            ident       "nepenthes";
            userinfo    "http://nepenthes.mwcollect.org/";
            usermodes   "+i";
        };

        channel
        {
            name    "#nepenthesirc";
            pass    "foo";
        };
        
        // has to be one IRC command NOT terminated with \r\n
        // connect-command = "PRIVMSG NickServ :IDENTIFY mypassword";
        
        // set the initial log tag pattern, like on cmdline; defaults sane
        // pattern = "crit,warn,down";
    };
};