Move irc to ircutils to not conflict with new irc module

This commit is contained in:
moneromooo 2015-01-01 11:42:06 +00:00
parent 852e75dc16
commit 83d64251af
6 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ import string
from tipbot.log import log_error, log_warn, log_info, log_log
import tipbot.coinspecs as coinspecs
from tipbot.utils import *
from tipbot.irc import *
from tipbot.ircutils import *
from tipbot.redisdb import *
from tipbot.command_manager import *