judicial restructuring

master
cynic 3 years ago
parent d5949c28b5
commit e64cdf034c
  1. 2
      bot.py
  2. 2
      main.py

@ -1,5 +1,5 @@
import socket import socket
from message import * from .message import *
def default_event_handler(msg, ctx): def default_event_handler(msg, ctx):
print("<<", str(msg)) print("<<", str(msg))
if msg.command == "PING": if msg.command == "PING":

@ -1,4 +1,4 @@
from bot import irc_bot from .bot import irc_bot
dorfl = irc_bot() dorfl = irc_bot()
dorfl.connect_register("irc.rizon.net", 7000) dorfl.connect_register("irc.rizon.net", 7000)

Loading…
Cancel
Save