diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-15 13:52:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-15 13:52:06 +0000 |
commit | 8bac88198c81d92b19b41e8f3b314464af7873c8 (patch) | |
tree | 1e144c27295f5281c736b6dd9af73204bdf09a7c | |
parent | a9330043198154ffde6ca99796b0e3091c1c0ff4 (diff) |
Major tidyups are fun for all :p
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2472 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/users.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |