X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fchannels.cpp;h=17c7749ea804fc5de918536402ad318ab19ea7cd;hb=484b718ccf1505360d62401dd09e3eca6b2568d8;hp=2884b2d3b659afdc052e6d7e421bf396655427b6;hpb=8d7e3fab28008e6353c7520c711aefc4a10e282d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/channels.cpp b/src/channels.cpp index 2884b2d3b..17c7749ea 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -563,8 +563,6 @@ bool Channel::IsExtBanned(User *user, char type) /* Channel::PartUser * remove a channel from a users record, and return the number of users left. * Therefore, if this function returns 0 the caller should delete the Channel. - * - * XXX: bleh, string copy of reason, fixme! -- w00t */ long Channel::PartUser(User *user, std::string &reason) {