Typo, 'datetme' -> 'datetime' (ctcp.py)

This commit is contained in:
jesopo 2019-02-12 16:55:56 +00:00
parent 0e1535a88d
commit 21b2e0bbe7

View file

@ -25,4 +25,4 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.ctcp.time.private") @utils.hook("received.ctcp.time.private")
def ctcp_time(self, event): def ctcp_time(self, event):
event["user"].send_ctcp_response("TIME", event["user"].send_ctcp_response("TIME",
datetme.datetime.now().strftime("%c")) datetime.datetime.now().strftime("%c"))