From e3b0f2a2e8e7abca7f9d2e700d86b11dad27a095 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 7 Apr 2005 18:34:54 +0000 Subject: Fixed typo in new /modules git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1004 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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)); } } } -- cgit v1.2.3