Try to get bots working

This commit is contained in:
Neale Pickett 2010-05-16 19:57:05 -06:00
parent c99198605f
commit 47a8add2a8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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'