From 800ebbf95d489010e3a99b4975c9b864d96cd0d2 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 24 Apr 2004 18:15:37 +0000 Subject: 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 --- include/connection.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/connection.h') 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 */ -- cgit v1.2.3