diff options
Diffstat (limited to 'src/cmd_info.cpp')
-rw-r--r-- | src/cmd_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index b3be9659a..f61bb119c 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -19,13 +19,13 @@ #include "modules.h" #include "commands/cmd_info.h" - - extern "C" command_t* init_command(InspIRCd* Instance) { return new cmd_info(Instance); } +/** Handle /INFO + */ CmdResult cmd_info::Handle (const char** parameters, int pcnt, userrec *user) { user->WriteServ( "371 %s :. o O (The Inspire Internet Relay Chat Server) O o .", user->nick); |