-
+ F447F004041538581919C4D373FAA6E957D8ED67E273A93704B952802EEEC970213983FB8FBE45E8A913B8831D5C1DBB605D8309DF1F70559969B9B1B9B7685D
logotron/nsabot.conf
(0 . 0)(1 . 67)
657 [bofh]
658
659 # Path to IRC bot debuggism log
660 log = nsabot.log
661
662 [irc]
663 servers = irc.freenode.net
664 port = 6667
665
666 # Bot's nick (change to yours, as with all knobs)
667 nick = snsabot
668
669 # All chans for both www end and bot, go here:
670 chans = asciilifeform-test, asciilifeform-test-2
671
672 # IRC nick PW
673 pass = YOURFLEANODEPW
674
675 # How long to wait for fleanode to ack auth of nick before joining chans
676 join_t = 20
677
678 # Verbose barf of irc tx/rx
679 irc_dbg = 0
680
681 [tcp]
682 bufsize = 4096
683
684 # Recv timeout
685 timeout = 30
686
687 # Delay between IRC transmits - possibly ought to be longer
688 t_delay = 0.1
689
690 [control]
691 # Command Trigger for IRC bot
692 prefix = !q
693
694 [logotron]
695 # The current era.
696 era = 3
697 # Convention for these :
698 # 1 : Age of #b-a (and earlier dark age material)
699 # 2 : Phf's (and several variously-reliable) loggers
700 # 3 : Present day.
701
702 # Where the source lives (change to yours)
703 src_url = http://not.yet
704
705 # From where index starts for new chan, so to leave room for archive insert
706 newchan_idx = 1000000
707
708 # Base URL of logtron site (change to yours!)
709 base_url = http://logs.nosuchlabs.com/
710
711 # Other people's bots (for colouration strictly)
712 bots = a111, deedbot, feedbot, auctionbot, lobbesbot
713
714 # On what port will sit the www logtron
715 www_port = 5002
716
717 [db]
718 # Change to your DB (set it up so only answers locally)
719 db_name = nsalog
720 db_user = nsabot
721
722 # Verbose barf of DB transactions
723 db_debug = 0