summaryrefslogtreecommitdiffstats
path: root/src/crsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.cpp')
-rw-r--r--src/crsm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crsm.cpp b/src/crsm.cpp
index 8488aba..e0a092d 100644
--- a/src/crsm.cpp
+++ b/src/crsm.cpp
@@ -1772,6 +1772,7 @@ void CRSM::applyConfig()
{
connection->sendCommand(IrcCommand::createNick(Config.IRC.Nick));
}
+ connection->sendCommand(IrcCommand::createJoin(Config.IRC.IngameChannel));
}
}
}