From 47a8add2a81441b07f364cf2f24038e01af605c3 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 16 May 2010 19:57:05 -0600 Subject: [PATCH] Try to get bots working --- bin/badmathbot | 2 +- bin/kevin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/badmathbot b/bin/badmathbot index f6d0075..5602f18 100755 --- a/bin/badmathbot +++ b/bin/badmathbot @@ -6,7 +6,7 @@ import os import traceback import pickle -import irc +from ctf import irc from ctf import teams from ctf.flagger import Flagger diff --git a/bin/kevin b/bin/kevin index f0e533c..50fdb18 100755 --- a/bin/kevin +++ b/bin/kevin @@ -7,7 +7,7 @@ import socket import asyncore from urllib import quote_plus as quote -import irc +from ctf import irc from ctf.flagger import Flagger nobody = '\002[nobody]\002'