diff options
| author | 2006-09-15 14:25:10 +0000 | |
|---|---|---|
| committer | 2006-09-15 14:25:10 +0000 | |
| commit | 7c0c957577a195b4819e4d7f2c9672d7c7522b0d (patch) | |
| tree | c2585d874e153fef606db89f4dcfcaf80cb59c47 /src/cmd_connect.cpp | |
| parent | Annotations (diff) | |
| download | inspircd++-7c0c957577a195b4819e4d7f2c9672d7c7522b0d.tar.gz inspircd++-7c0c957577a195b4819e4d7f2c9672d7c7522b0d.tar.bz2 inspircd++-7c0c957577a195b4819e4d7f2c9672d7c7522b0d.zip | |
Annotations
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5255 e03df62e-2008-0410-955e-edbf42e46eb7
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); |
