diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-24 18:15:37 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-24 18:15:37 +0000 |
commit | 800ebbf95d489010e3a99b4975c9b864d96cd0d2 (patch) | |
tree | 465b51c30eb37a3393f129ed1bb325df1e2b8298 /include/connection.h | |
parent | c6c17f59976470df912d58a8ab35fe9d823dfe76 (diff) |
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 'include/connection.h')
-rw-r--r-- | include/connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connection.h b/include/connection.h index 12d6dc754..bb402b5d2 100644 --- a/include/connection.h +++ b/include/connection.h @@ -171,7 +171,7 @@ class connection : public classbase /** IP of connection. Reserved for future use. */ - long ip; + char ip[32]; /** Inbuf of connection. Only used for userrec */ @@ -229,7 +229,7 @@ class connection : public classbase /** Unused, will be removed in a future alpha/beta */ - char internal_addr[1024]; + char internal_addr[MAXBUF]; /** Unused, will be removed in a future alpha/beta */ |