X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fusers.h;h=9d0dabe74fdec087f0c4cd54cdb8f37006b2c9a1;hb=8bac88198c81d92b19b41e8f3b314464af7873c8;hp=b2463e7b318ab46eec9cac9efd8274177f1e2ddf;hpb=a9330043198154ffde6ca99796b0e3091c1c0ff4;p=user%2Fhenk%2Fcode%2Finspircd.git 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; };