rpathsync / kibot (http://linux.duke.edu/projects/kibot/)

IRC Bot, originally written at Duke University. This branch contains some additional plugins and bug fixes.

Clone this repository (size: 625.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/kibot/
commit 66: 0280faf13206
parent 58: ea9e60da9db5
branch: default
branch default
ro...@lambchop.rdu.rpath.com
22 months ago

Changed (Δ138 bytes):

raw changeset »

kibot.conf (8 lines added, 6 lines removed)

Up to file-list kibot.conf:

@@ -19,16 +19,18 @@ py_path = pymod
19
19
[admin]
20
20
# together, these next two mean "create two log files (in the base_dir),
21
21
# one with level 5 logging, and one with level 10 logging".
22
debug      = 5     10
23
logfile    = log5  log10
22
debug = 0
23
#debug      = 5     10
24
#logfile    = log5  log10
24
25
# run as a daemon (turned off by default, but it's a nice way to run a
25
26
# stable, semi-permanent bot)
26
daemon     = 0
27
daemon     = 1
28
dc_addr    = 31337
27
29
28
30
[irc]
29
server     = irc.example.com
30
channels   = #test
31
nick       = testBot
31
server     = irc.corp.rpath.com
32
channels   = #test #devel #distro #rmake #alerts #ot #docs #rebuild #conary #field_eng #marketing  #app2app #hotfix  #webprod
33
nick       = rBot
32
34
#username   =               # username, same as nick if empty
33
35
#ircname    =               # descriptive name
34
36