From 68f1a4eab3c747b7566e7595bf4fd3125e6ca113 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 29 Apr 2005 01:36:54 +0000 Subject: Added 901 numeric - end of modules list git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1255 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.cpp') diff --git a/src/commands.cpp b/src/commands.cpp index 05c93e201..c098bbb10 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1292,6 +1292,7 @@ void handle_modules(char **parameters, int pcnt, userrec *user) WriteServ(user->fd,"900 %s :%s",user->nick,CleanFilename(modulename)); } } + WriteServ(user->fd,"901 %s :End of MODULES list",user->nick); } void handle_stats(char **parameters, int pcnt, userrec *user) -- cgit v1.2.3