I\'m working on a simple irc bot in C#, and I can\'t figure out how to embed the typical mirc control codes for bold/color etc into string literals.
Can someone point me
This might be down to the specific chat library I was using (ChatSharp), but I couldn't get the current accepted answer to work. What I ended up with was:
channel.SendMessage((char)3 + "5,12hello");