From 814b67e74eec0ab428bd92ca7e262a157f735484 Mon Sep 17 00:00:00 2001 From: "quartz235@gmail.com" Date: Fri, 23 Dec 2011 18:08:12 +0000 Subject: [PATCH] TG Update: okay i probably should have made sure that one thing wasn't configured to my test channel with my own directory git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2784 316c924e-a436-60f5-8080-3fe189b3f50e --- bot/CORE_DATA.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bot/CORE_DATA.py b/bot/CORE_DATA.py index cd1b83e410b..ca235888f15 100644 --- a/bot/CORE_DATA.py +++ b/bot/CORE_DATA.py @@ -1,13 +1,13 @@ Name = "CC_NanoTrasen" #The name he uses to connect no_absolute_paths = True debug_on = False -SName = ["cc","nt","trasen","nano","nanotrasen"] #Other names he will respond to +SName = ["cc","nt","trasen","nano","nanotrasen"] #Other names he will respond to, in lowercase DISABLE_ALL_NON_MANDATORY_SOCKET_CONNECTIONS = False -directory = "c:/cc_nt/bot/" # Directory the bot is located in, make sure to keep the "/" at the end +directory = "bot/directory/here/" # Directory the bot is located in, make sure to keep the "/" at the end version = "TG CC-BY-SA 6" -Network = 'irc.rizon.net' #e.g. "irc.rizon.net" -channel = "#italiano" #what channel you want the bot in -channels = ["#italiano"] #same as above +Network = 'YOUR.SERVER.HERE' #e.g. "irc.rizon.net" +channel = "#YOUR CHANNEL HERE" #what channel you want the bot in +channels = ["#YOUR CHANNEL HERE"] #same as above greeting = "Welcome!" #what he says when a person he hasn't seen before joins prefix = "!" #prefix for bot commands Port = 7000