diff options
| author | 2006-03-09 00:08:16 +0000 | |
|---|---|---|
| committer | 2006-03-09 00:08:16 +0000 | |
| commit | 7b0568e9d134e7aea9ea39f75b91ac36c487466b (patch) | |
| tree | 28f1e7a65478c574bf69a1daf689edc1e75cc88b /src/cmd_connect.cpp | |
| parent | Speedup of list (diff) | |
| download | inspircd++-7b0568e9d134e7aea9ea39f75b91ac36c487466b.tar.gz inspircd++-7b0568e9d134e7aea9ea39f75b91ac36c487466b.tar.bz2 inspircd++-7b0568e9d134e7aea9ea39f75b91ac36c487466b.zip | |
More cleanup, moved Om and myself to core team
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3567 e03df62e-2008-0410-955e-edbf42e46eb7
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) { } |
