Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. writer.WriteLine("PRIVMSG " + CHANNEL + " :" + CONTROL + "ACTION " +
  2. message.Remove(0, 3) + CONTROL);
  3.  
  4. writer.WriteLine("PRIVMSG " + CHANNEL + " :" + "u0001" + "ACTION " +
  5. message.Remove(0, 3) + "u0001");
  6.  
  7. writer.Write(string.Format("PRIVMSG {0} :{1} ACTION {2}{1}", CHANNEL,
  8. CONTROL, message.Remove(0,3)));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement