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 c22b8b52..b446d288 100644
--- a/modules/perform.py
+++ b/modules/perform.py
@@ -11,6 +11,6 @@ class Module(object):
command = command.split("%%")
for j, part in enumerate(command[:]):
command[j] = part.replace("%nick%", event["server"
- ].nickname)
+ ].original_nickname)
command = "%".join(command)
event["server"].send(command)