diff options
| author | 2021-08-28 23:47:38 +0100 | |
|---|---|---|
| committer | 2021-08-28 23:47:51 +0100 | |
| commit | 932866d5e2535c0ebd760a33189d5c0a33c6e77a (patch) | |
| tree | ae6006ed79b6f44afeab482110081c8af60edf08 /src/modules/m_spanningtree/netburst.cpp | |
| parent | Forward SQUERY to services instead of downgrading it to PRIVMSG. (diff) | |
Make the protocol version enum entries slightly less verbose.
Diffstat (limited to 'src/modules/m_spanningtree/netburst.cpp')
| -rw-r--r-- | src/modules/m_spanningtree/netburst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/netburst.cpp b/src/modules/m_spanningtree/netburst.cpp index 07802e51b..6d1738041 100644 --- a/src/modules/m_spanningtree/netburst.cpp +++ b/src/modules/m_spanningtree/netburst.cpp @@ -189,7 +189,7 @@ void TreeSocket::SendXLines() void TreeSocket::SendListModes(Channel* chan) { - if (proto_version < PROTO_INSPIRCD_40_A1) + if (proto_version < PROTO_INSPIRCD_4) { SendLegacyListModes(chan); return; |
