diff options
Diffstat (limited to 'src/cmd_connect.cpp')
-rw-r--r-- | src/cmd_connect.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd_connect.cpp b/src/cmd_connect.cpp index 2ee17f145..7c1d0b2f9 100644 --- a/src/cmd_connect.cpp +++ b/src/cmd_connect.cpp @@ -31,6 +31,9 @@ using namespace std; #include "typedefs.h" #include "cmd_connect.h" +/* + * This is handled by the server linking module, if necessary. Do not remove this stub. + */ void cmd_connect::Handle (char **parameters, int pcnt, userrec *user) { } |