From 652bd911aad295ac789df5e512fffb4ccaaff894 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 24 Sep 2015 18:14:55 +0200 Subject: Rename Session.IrcUseIngameChat to Session.IRC.UseIngameChat and only forward irc messages to ingame chat if Session.IRC.UseIngameChat == true --- src/crsm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crsm.hpp') diff --git a/src/crsm.hpp b/src/crsm.hpp index d8f6d0d..c1d655d 100644 --- a/src/crsm.hpp +++ b/src/crsm.hpp @@ -107,7 +107,6 @@ private: struct CRSMSession { - bool IrcUseIngameChat = false; bool League = false; enum {None = -1, Lobby = 0, Loading = 1, Running = 2} State = None; bool UserWish = false; @@ -123,6 +122,7 @@ private: struct { ClientInfo Admin; + bool UseIngameChat = false; } IRC; void clear() -- cgit v1.2.3-54-g00ecf