mirror of https://github.com/kurisufriend/ircked
parent
94aa977ab4
commit
e7dba97bb7
@ -1,5 +1,5 @@ |
|||||||
import socket |
import socket |
||||||
from message import * |
from ircked.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,5 +1,4 @@ |
|||||||
import socket |
from ircked.bot import bot |
||||||
from bot import bot |
|
||||||
|
|
||||||
dorfl = bot() |
dorfl = bot() |
||||||
dorfl.connect_register("irc.rizon.net", 7000) |
dorfl.connect_register("irc.rizon.net", 7000) |
Loading…
Reference in new issue