summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 18:34:54 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-04-07 18:34:54 +0000
commite3b0f2a2e8e7abca7f9d2e700d86b11dad27a095 (patch)
treedad5b7392169ac4385c93f45d91fa66c947796ad /src/commands.cpp
parent6cfad04b9c57fc78f04f9dbb1b983409ee051481 (diff)
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));
}
}
}