diff options
| author | 2016-09-02 21:51:19 +0200 | |
|---|---|---|
| committer | 2016-09-02 21:51:19 +0200 | |
| commit | 458ea2029cf36e9e8d3c7b7d0176e365234c018a (patch) | |
| tree | fa9b4ec00d04827a5916156857bfc57e9ab3403f /src/modules/m_spanningtree/fjoin.cpp | |
| parent | Merge insp20 (diff) | |
Bump version to 3.0 in comments and messages
Diffstat (limited to 'src/modules/m_spanningtree/fjoin.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/fjoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index 41212b517..c292373b3 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -85,7 +85,7 @@ CmdResult CommandFJoin::Handle(User* srcuser, std::vector<std::string>& params) * drop the link to avoid desync. * * InspIRCd 2.0 and older required a comma before the uuid even if the user - * had no prefix modes on the channel, InspIRCd 2.2 and later does not require + * had no prefix modes on the channel, InspIRCd 3.0 and later does not require * a comma in this case anymore. * * <membid> is a positive integer representing the id of the membership. |
