aboutsummaryrefslogtreecommitdiffstats
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorGravatar brain2005-04-07 18:34:54 +0000
committerGravatar brain2005-04-07 18:34:54 +0000
commite3b0f2a2e8e7abca7f9d2e700d86b11dad27a095 (patch)
treedad5b7392169ac4385c93f45d91fa66c947796ad /src/commands.cpp
parentAdded ability for non-opers to see simplistic /modules output (diff)
downloadinspircd++-e3b0f2a2e8e7abca7f9d2e700d86b11dad27a095.tar.gz
inspircd++-e3b0f2a2e8e7abca7f9d2e700d86b11dad27a095.tar.bz2
inspircd++-e3b0f2a2e8e7abca7f9d2e700d86b11dad27a095.zip
Fixed typo in new /modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1004 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-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));
}
}
}