We now need to .send( an IRCLine.ParseLine in perform.py
This commit is contained in:
parent
1473f41b03
commit
fdce6ef7a6
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ class Module(ModuleManager.BaseModule):
|
||||||
command[j] = part.replace("%nick%", event["server"
|
command[j] = part.replace("%nick%", event["server"
|
||||||
].nickname)
|
].nickname)
|
||||||
command = "%".join(command)
|
command = "%".join(command)
|
||||||
event["server"].send(command)
|
event["server"].send(utils.irc.parse_line(command))
|
||||||
|
|
Loading…
Reference in a new issue