diff options
| author | 2004-04-24 18:15:37 +0000 | |
|---|---|---|
| committer | 2004-04-24 18:15:37 +0000 | |
| commit | 800ebbf95d489010e3a99b4975c9b864d96cd0d2 (patch) | |
| tree | 465b51c30eb37a3393f129ed1bb325df1e2b8298 /src/users.cpp | |
| parent | Added XLine stuff (diff) | |
| download | inspircd++-800ebbf95d489010e3a99b4975c9b864d96cd0d2.tar.gz inspircd++-800ebbf95d489010e3a99b4975c9b864d96cd0d2.tar.bz2 inspircd++-800ebbf95d489010e3a99b4975c9b864d96cd0d2.zip | |
Added a bunch of xline stuff and added qline spport for /nick and svsnick
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@713 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/users.cpp')
| -rw-r--r-- | src/users.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp index 48295eddd..6fb0e6a5c 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -12,7 +12,7 @@ userrec::userrec() { // the PROPER way to do it, AVOID bzero at *ALL* costs strcpy(nick,""); - ip = 0; + strcpy(ip,"127.0.0.1"); timeout = 0; strcpy(ident,""); strcpy(host,""); |
