diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-29 01:36:54 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-29 01:36:54 +0000 |
commit | 68f1a4eab3c747b7566e7595bf4fd3125e6ca113 (patch) | |
tree | 9ba6f955d7e150470c71349a9063138720d4b703 /src | |
parent | 0e79cbf8ba1bd3aa2ae8cc552a73b66a13bd4315 (diff) |
Added 901 numeric - end of modules list
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1255 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |