From d92d9afa8d05d88da5f4fd08f0032eded83334e9 Mon Sep 17 00:00:00 2001 From: w00t Date: Fri, 22 Aug 2008 17:39:00 +0000 Subject: Match with the right args at least.. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10218 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 4063edf38..cdac83a24 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -544,7 +544,7 @@ void CommandParser::SetupCommandTable(User* user) dirent* entry = NULL; while (0 != (entry = readdir(library))) { - if (InspIRCd::Match(entry->d_name, "cmd_*.so", NULL)) + if (InspIRCd::Match(entry->d_name, "cmd_*.so")) { if (!user) { @@ -565,6 +565,8 @@ void CommandParser::SetupCommandTable(User* user) } } } + else + printf("NOT loading %s, not a cmd\n", entry->d_name); } closedir(library); if (!user) -- cgit v1.3.1-10-gc9f91