diff --git a/GroupKeepAlive.cs b/GroupKeepAlive.cs index 696b985..0fd44c1 100644 --- a/GroupKeepAlive.cs +++ b/GroupKeepAlive.cs @@ -26,7 +26,7 @@ namespace Bot else { BotSession.Instance.grid.Self.RequestJoinGroupChat(groups.Key); - MHE(Destinations.DEST_LOCAL, UUID.Zero, "I lost the group chat session for secondlife:///app/group/"+groups.Key.ToString()+"/about - Attempting to rejoin the group chat") + MHE(Destinations.DEST_LOCAL, UUID.Zero, "I lost the group chat session for secondlife:///app/group/" + groups.Key.ToString() + "/about - Attempting to rejoin the group chat"); } } }