diff options
| author | 2004-04-08 15:45:03 +0000 | |
|---|---|---|
| committer | 2004-04-08 15:45:03 +0000 | |
| commit | 64f837e0d3fb6f9d495e5a9e2930a9d76dc3748c (patch) | |
| tree | d5b350b3c5e71b0ada68cd97c83d8d8f45bcf5cd /src/users.cpp | |
| parent | Fixed protocol violation bugs (diff) | |
| download | inspircd++-64f837e0d3fb6f9d495e5a9e2930a9d76dc3748c.tar.gz inspircd++-64f837e0d3fb6f9d495e5a9e2930a9d76dc3748c.tar.bz2 inspircd++-64f837e0d3fb6f9d495e5a9e2930a9d76dc3748c.zip | |
Tons of buffering fixes and optimisations for user connections
Fixes to command handler and input parser
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@454 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp index 3211a029f..4c7173e30 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -33,6 +33,7 @@ userrec::userrec() invites.clear(); } + char* userrec::GetFullHost() { |
