Advertisement
Guest User

Untitled

a guest
Feb 16th, 2014
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. on *:START: {
  2. /window @filter
  3. /nick YourNickNameGoesHere
  4. server irc.twitch.tv:6667 YourOAuthCodeGoesHere
  5. }
  6.  
  7. on *:CONNECT: {
  8. if (twitch.tv isin $server) {
  9. /join #twitchplayspokemon
  10. }
  11. }
  12.  
  13. on *:TEXT:*:#: {
  14. if ($chan == #twitchplayspokemon) {
  15. if ($1 != a && $1 != b && $1 != start && $1 != up && $1 != left && $1 != down && $1 != right && $1 != reset && $1 != select && $1 != catch && $1 != exit) {
  16. /echo @filter $nick $1-
  17. }
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement