diff options
Diffstat (limited to 'src/cmd_connect.cpp')
-rw-r--r-- | src/cmd_connect.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd_connect.cpp b/src/cmd_connect.cpp index 4c1d6d7a9..e159719d5 100644 --- a/src/cmd_connect.cpp +++ b/src/cmd_connect.cpp @@ -21,12 +21,13 @@ * This is handled by the server linking module, if necessary. Do not remove this stub. */ - extern "C" command_t* init_command(InspIRCd* Instance) { return new cmd_connect(Instance); } +/** Handle /CONNECT + */ CmdResult cmd_connect::Handle (const char** parameters, int pcnt, userrec *user) { user->WriteServ( "NOTICE %s :You are a nub. Load a linking module.", user->nick); |