diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-09-02 21:51:19 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-09-02 21:51:19 +0200 |
commit | 458ea2029cf36e9e8d3c7b7d0176e365234c018a (patch) | |
tree | fa9b4ec00d04827a5916156857bfc57e9ab3403f /src/modules/m_remove.cpp | |
parent | 5267fb9d362aeb326c9e64f7171c957f76776f90 (diff) |
Bump version to 3.0 in comments and messages
Diffstat (limited to 'src/modules/m_remove.cpp')
-rw-r--r-- | src/modules/m_remove.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_remove.cpp b/src/modules/m_remove.cpp index d643bc0cd..5872b5978 100644 --- a/src/modules/m_remove.cpp +++ b/src/modules/m_remove.cpp @@ -108,7 +108,7 @@ class RemoveBase : public Command if (!IS_LOCAL(target)) { // Send an ENCAP REMOVE with parameters being in the old <user> <chan> order which is - // compatible with both 2.0 and 2.2. This also turns FPART into REMOVE. + // compatible with both 2.0 and 3.0. This also turns FPART into REMOVE. std::vector<std::string> p; p.push_back(target->uuid); p.push_back(channel->name); |