diff options
Diffstat (limited to 'src/crsm.cpp')
| -rw-r--r-- | src/crsm.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp index c0d3d45..19dc775 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -1806,6 +1806,10 @@ void CRSM::applyConfig() connection->sendCommand(IrcCommand::createJoin(Config.IRC.IngameChannel)); } } + if(connection != nullptr) + { + connection->setCtcpReplies({{"VERSION", Config.IRC.CtcpVersion}}); + } } else { |
