[BACK]Return to botnow.conf.example CVS log [TXT][DIR] Up to [local] / botnow

Annotation of botnow/botnow.conf.example, Revision 1.1

1.1     ! bountyht    1: #Name of local network; default ircnow
        !             2: #localnet = ircnow
        !             3:
        !             4: #Internal IPv4 address and plaintext port; default 127.0.0.1@1337
        !             5: #host = 127.0.0.1
        !             6: #port = 1337
        !             7:
        !             8: #Bouncer hostname
        !             9: hostname = example.ircnow.org
        !            10:
        !            11: #External IPv4 address, plaintext and ssl port
        !            12: ip4 = 192.168.0.1
        !            13: #plainport = 1337
        !            14: #sslport = 31337
        !            15:
        !            16: #Nick and password of bot -- make sure to add to oper block
        !            17: nick = botnow
        !            18: pass = password
        !            19:
        !            20: #List of channels for requesting bouncers
        !            21: chans = #ircnow #testing
        !            22:
        !            23: #List of staff nicks; comment out to avoid highlights
        !            24: staff = jrmu test
        !            25:
        !            26: #List of team channels on localnet; comment out to disable
        !            27: teamchans = #ircnow-team
        !            28:
        !            29: #Mail from address
        !            30: mailfrom = support@ircnow.org
        !            31: #mailname = support
        !            32:
        !            33: #rDNS keys from Stallion in BuyVM
        !            34: key = ABCDE-FGHIJ-KLMNO
        !            35: hash = ABCDEFGHIJKLMNOPQRST
        !            36:
        !            37: #Modules to load
        !            38: modules = BNC DNS Mail Shell SQLite WWW Hash Help
        !            39:
        !            40: #Comment out the line below
        !            41: die = You did not configure botnow.conf!
        !            42:
        !            43: #####################################
        !            44: #      Advanced Options Below       #
        !            45: #     Do not edit unless needed     #
        !            46: #####################################
        !            47:
        !            48: #Join chans on localnet?
        !            49: #localchans = False
        !            50:
        !            51: #Number of words in password
        !            52: #passlength = 3
        !            53:
        !            54: #Time in seconds before captcha expires
        !            55: #expires = 1800
        !            56:
        !            57: #DNS zone directory
        !            58: #zonedir = /var/nsd/zones/master/
        !            59:
        !            60: #ZNC install directory
        !            61: #zncdir = /home/znc/home/znc/
        !            62:
        !            63: #Network Interface Config File
        !            64: #hostnameif = /etc/hostname.vio0
        !            65:
        !            66: #Verbosity: NONE, ERRORS, WARNINGS, ALL
        !            67: #verbose = ERRORS
        !            68:
        !            69: #Terms of Service
        !            70: #terms = IRCNow: Of the User, By the User, For the User. Rules: no profanity, no porn, no illegal drugs, no gambling, no slander, no warez, no promoting violence, no spam, illegal cracking, or DDoS. Only one account per person. Don't share passwords. Full terms: https://ircnow.org/terms.php

CVSweb