]> jfr.im git - z_archive/Ophion.git/blobdiff - bot.py
Cache.hookcmd() prototype changes
[z_archive/Ophion.git] / bot.py
diff --git a/bot.py b/bot.py
index 36581f9e246de7158e02788861f22647ebf40fe7..f45ac202fd3ba9668eb4f2d30082fc496a8f0e07 100755 (executable)
--- a/bot.py
+++ b/bot.py
@@ -12,12 +12,12 @@ dbhost = 'localhost'
 dbuser = 'bot'
 dbpass = 'roboticism'
 dbname = 'bot'
-rootdir = '/home/ophion'
+rootdir = '/home/bots/'
 logfile = rootdir+'/output.log'
 excfile = rootdir+'/exception.log'
 
-oidfile = '/home/ophion/.oidentd.conf'
-identprefix = 'jobbig' # ident will be <identprefix><bot ID#>
+oidfile = '/home/bots/.oidentd.conf'
+identprefix = 'ophion' # ident will be <identprefix><bot ID#>
 
 import socket, select, sys, os, signal, time
 from threading import *