From 869bd02318d94a38369a125726b8edeb54ba0706 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 19 May 2008 19:53:03 +0000 Subject: Convert channel banlist members to std::string git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9769 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/channels.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/channels.h') diff --git a/include/channels.h b/include/channels.h index 940b9b555..b404e26cd 100644 --- a/include/channels.h +++ b/include/channels.h @@ -41,10 +41,10 @@ class HostItem : public classbase time_t set_time; /** Who added the item */ - char set_by[64]; + std::string set_by; /** The actual item data */ - char data[MAXBUF]; + std::string data; HostItem() { /* stub */ } virtual ~HostItem() { /* stub */ } -- cgit v1.2.3