Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. < SERVER
  2. > CLIENT
  3.  
  4. < PING :tmi.twitch.tv
  5. > PONG :tmi.twitch.tv
  6. OR: > PONG
  7. (server doesn't care)
  8.  
  9. > PING
  10. < :tmi.twitch.tv PONG
  11.  
  12. > PING a b c
  13. < :tmi.twitch.tv PONG :a
  14.  
  15. > PING :a b c
  16. < :tmi.twitch.tv PONG :a b c
  17.  
  18. Rule of thumb: The first IRC message "argument" ("a"/"a b c" is what the server responds with.)
  19. Server source (":tmi.twitch.tv") should be ignored, client responses never have sources.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement