mirror of
https://git.wownero.com/wownero/tippero.git
synced 2024-08-15 00:33:14 +00:00
Move irc to ircutils to not conflict with new irc module
This commit is contained in:
parent
852e75dc16
commit
83d64251af
6 changed files with 7 additions and 7 deletions
|
@ -23,7 +23,7 @@ import tipbot.config as config
|
|||
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.command_manager import *
|
||||
from tipbot.redisdb import *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue