diff options
| author | 2005-04-30 20:56:20 +0000 | |
|---|---|---|
| committer | 2005-04-30 20:56:20 +0000 | |
| commit | 81722ff786becb636b5f5d5d92fe51bdaab65589 (patch) | |
| tree | 43af1426cc60af17d50a4dd4556a0c53769ed6cf /src/connection.cpp | |
| parent | Changed how remote version works a bit (diff) | |
Tried a new way of doing remote versions
commented some users and connections code
added remote @* notice
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1269 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
| -rw-r--r-- | src/connection.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index 5cdd83f7f..debd3144f 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -546,8 +546,3 @@ bool connection::RecvPacket(std::deque<std::string> &messages, char* recvhost) return false; } -long connection::GenKey() -{ - return (random()*time(NULL)); -} - |
