From 8bac88198c81d92b19b41e8f3b314464af7873c8 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 15 Dec 2005 13:52:06 +0000 Subject: [PATCH] Major tidyups are fun for all :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2472 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/users.h b/include/users.h index b2463e7b3..9d0dabe74 100644 --- a/include/users.h +++ b/include/users.h @@ -41,7 +41,7 @@ class Invited : public classbase { public: - char channel[CHANMAX]; + irc::string channel; }; -- 2.39.2