mirror of https://github.com/kurisufriend/ircked
parent
22cffeb19a
commit
d5949c28b5
@ -1,5 +1,5 @@ |
|||||||
import socket |
import socket |
||||||
from ircked.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": |
Loading…
Reference in new issue