diff options
| author | 2008-09-02 13:57:32 +0000 | |
|---|---|---|
| committer | 2008-09-02 13:57:32 +0000 | |
| commit | 91dcd2ad133867adc9f9949b78386d412dbb33d4 (patch) | |
| tree | 1f28bb4641878aab0bec24a8fbd0e254b8dc7665 /src/channels.cpp | |
| parent | Make m_chanfilter grok globbing, meaning +g test?string?lol is now possible t... (diff) | |
| download | inspircd++-91dcd2ad133867adc9f9949b78386d412dbb33d4.tar.gz inspircd++-91dcd2ad133867adc9f9949b78386d412dbb33d4.tar.bz2 inspircd++-91dcd2ad133867adc9f9949b78386d412dbb33d4.zip | |
This string copy is gone now, remove fixme note
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10376 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |
