We now need to .send( an IRCLine.ParseLine in perform.py

This commit is contained in:
jesopo 2019-02-24 08:04:35 +00:00
parent 1473f41b03
commit fdce6ef7a6

View file

@ -10,4 +10,4 @@ class Module(ModuleManager.BaseModule):
command[j] = part.replace("%nick%", event["server"
].nickname)
command = "%".join(command)
event["server"].send(command)
event["server"].send(utils.irc.parse_line(command))