]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
This string copy is gone now, remove fixme note
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 2 Sep 2008 13:57:32 +0000 (13:57 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 2 Sep 2008 13:57:32 +0000 (13:57 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10376 e03df62e-2008-0410-955e-edbf42e46eb7

src/channels.cpp

index 2884b2d3b659afdc052e6d7e421bf396655427b6..17c7749ea804fc5de918536402ad318ab19ea7cd 100644 (file)
@@ -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)
 {