diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 18:34:54 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 18:34:54 +0000 |
commit | e3b0f2a2e8e7abca7f9d2e700d86b11dad27a095 (patch) | |
tree | dad5b7392169ac4385c93f45d91fa66c947796ad | |
parent | 6cfad04b9c57fc78f04f9dbb1b983409ee051481 (diff) |
Fixed typo in new /modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1004 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/commands.cpp | 2 |
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)); } } } |