From 237766c84573c4a5439382fe6ba2afc026a18e09 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 9 Apr 2005 13:46:42 +0000 Subject: Added support for /NAMES with no parameters (just gives a hardcoded response anyway, who thinks up this shit) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1023 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index e001406b9..eb014f611 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -3080,7 +3080,7 @@ void SetupCommandTable(void) createcommand("WALLOPS",handle_wallops,'o',1,""); createcommand("NOTICE",handle_notice,0,2,""); createcommand("JOIN",handle_join,0,1,""); - createcommand("NAMES",handle_names,0,1,""); + createcommand("NAMES",handle_names,0,0,""); createcommand("PART",handle_part,0,1,""); createcommand("KICK",handle_kick,0,2,""); createcommand("MODE",handle_mode,0,1,""); -- cgit v1.2.3