summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 235097bdd..edbff1272 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1244,7 +1244,7 @@ void handle_modules(char **parameters, int pcnt, userrec *user)
}
else
{
- WriteServ(user->fd,"900 %s :%s",user->nick,CleanFilename(modulname));
+ WriteServ(user->fd,"900 %s :%s",user->nick,CleanFilename(modulename));
}
}
}