aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/perform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/perform.py b/modules/perform.py
index 7bd1432f..cfae1d47 100644
--- a/modules/perform.py
+++ b/modules/perform.py
@@ -8,6 +8,6 @@ class Module(ModuleManager.BaseModule):
command = command.split("%%")
for j, part in enumerate(command[:]):
command[j] = part.replace("%nick%", event["server"
- ].original_nickname)
+ ].nickname)
command = "%".join(command)
event["server"].send(command)