Typo, 'datetme' -> 'datetime' (ctcp.py)
This commit is contained in:
parent
0e1535a88d
commit
21b2e0bbe7
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
|
|
Loading…
Reference in a new issue