From: brain Date: Thu, 15 Dec 2005 13:52:06 +0000 (+0000) Subject: Major tidyups are fun for all :p X-Git-Tag: v2.0.23~9601 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;ds=inline;h=8bac88198c81d92b19b41e8f3b314464af7873c8;p=user%2Fhenk%2Fcode%2Finspircd.git Major tidyups are fun for all :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2472 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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; };