Guest User

Untitled

a guest
Jun 21st, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. (01:35:41) @McStoned: menu Nicklist {
  2. (01:35:44) @McStoned: Selectet Mass Mode
  3. (01:35:46) @McStoned: .Voice:/modes $chan +v $snicks
  4. (01:35:49) @McStoned: .deVoice:/modes $chan -v $snicks
  5. (01:35:52) @McStoned: .Op:/modes $chan +o $snicks
  6. (01:35:53) @McStoned: .deOp:/modes $chan -o $snicks
  7. (01:35:54) @McStoned: .HalfOp:/modes $chan +h $snicks
  8. (01:35:55) @McStoned: .deHalfOp:/modes $chan -h $snicks
  9. (01:35:57) @McStoned: . $style(2) by Salz`:.xyzzy
  10. (01:35:59) @McStoned: }
  11. (01:36:02) @McStoned: alias -l modes {
  12. (01:36:03) @McStoned: var %c = 1
  13. (01:36:06) @McStoned: if ($3- ) {
  14. (01:36:08) @McStoned: while (%c <= $numtok($3-,44)) {
  15. (01:36:10) @McStoned: mode $1 $str($2,$modespl) $replace($gettok($3-,$+(%c,-,$calc(%c + $modespl)),44),$chr(44),$chr(32))
  16. (01:36:12) @McStoned: inc %c $modespl
  17. (01:36:14) @McStoned: }
  18. (01:36:16) @McStoned: }
  19. (01:36:19) @McStoned: }
  20. (01:36:19) @McStoned: fΓΌr massmode und so :D
  21. (01:37:51) @McStoned: hm
  22. (01:37:53) @McStoned: ich glaub
  23. (01:38:03) @McStoned: ich liebe ircscripten :D
  24. (01:38:04) @McStoned: <3
  25. (01:38:05) @McStoned: menu Nicklist {
  26. (01:38:06) @McStoned: Selectet Mass Mode
  27. (01:38:08) @McStoned: .Voice:/modes $chan +v $snicks
  28. (01:38:09) @McStoned: nich schon wieder -.-
  29. (01:38:10) @McStoned: .deVoice:/modes $chan -v $snicks
  30. (01:38:12) @McStoned: .Op:/modes $chan +o $snicks
  31. (01:38:15) @McStoned: .deOp:/modes $chan -o $snicks
  32. (01:38:17) @McStoned: .HalfOp:/modes $chan +h $snicks
  33. (01:38:19) @McStoned: .deHalfOp:/modes $chan -h $snicks
  34. (01:38:20) @McStoned: . $style(2) by Salz`:.xyzzy
  35. (01:38:22) @McStoned: }
  36. (01:38:24) @McStoned: alias -l modes {
  37. (01:38:25) @McStoned: var %c = 1
  38. (01:38:30) @McStoned: if ($3- ) {
  39. (01:38:32) @McStoned: while (%c <= $numtok($3-,44)) {
  40. (01:38:34) @McStoned: mode $1 $str($2,$modespl) $replace($gettok($3-,$+(%c,-,$calc(%c + $modespl)),44),$chr(44),$chr(32))
  41. (01:38:36) @McStoned: inc %c $modespl
  42. (01:38:38) @McStoned: }
  43. (01:38:40) @McStoned: }
  44. (01:38:42) @McStoned: }
Add Comment
Please, Sign In to add comment