Hardly.Library.Twitch.TwitchIrcConnection.ReplaceVars C# (CSharp) Method

ReplaceVars() private method

private ReplaceVars ( string message ) : string
message string
return string
        private string ReplaceVars(string message)
        {
            return message.Replace(TwitchChatEvent.Var_BotUsername, bot.user.userName);
        }