Advertisement
Guest User

Untitled

a guest
Aug 17th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. string modify1 = value8[0].Replace("Channel= ", "");
  2. string modify2 = value8[1].Replace("Botname= ", "");
  3. string modify3 = value8[2].Replace("username= ", "");
  4. string modify4 = value8[3].Replace("password= ", "");
  5. int index = NickName.IndexOf(System.Environment.NewLine);
  6. Console.WriteLine(modify1 + " " + modify2 + " " + modify3 + " " + modify4);
  7. Console.ReadLine();
  8.  
  9.  
  10.  
  11. output:
  12. Channel= ##B4A
  13. Botname= Tim241
  14. username= Tim241
  15. password=(nothing)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement