]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Major tidyups are fun for all :p
[user/henk/code/inspircd.git] / include / users.h
index b2463e7b318ab46eec9cac9efd8274177f1e2ddf..9d0dabe74fdec087f0c4cd54cdb8f37006b2c9a1 100644 (file)
@@ -41,7 +41,7 @@
 class Invited : public classbase
 {
  public:
-       char channel[CHANMAX];
+        irc::string channel;
 };