Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. alias randominfo {
  2. nick $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z)
  3. identd on $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z) $+ $rand(a,z)
  4. }
  5. on *:disconnect:{
  6. partall
  7. randominfo
  8. }
  9.  
  10. on *:start:{
  11. ;randominfo
  12. server 199.167.31.122:12111 troublemaker/Undernet:ertewtetrw
  13. }
  14.  
  15. on *:usermode:{
  16. if ($1 == +x) {
  17. nick Tr0uBLEMaK3r
  18. timerjoin 1 25 join #quebec,#montreal,#kebec,#Linked,#iSlapete
  19. }
  20. }
  21. alias f5 {
  22. whois $active
  23. silence ~ $+ $address($active,1)
  24. }
  25. on *:join:#:{
  26. if ($nick == $me) { ialfill $chan
  27. }
  28. }
  29. on *:quit:{
  30. if ($nick == Tr0uBLEMaK3r && $nick != $me) { nick Tr0uBLEMaK3r
  31. }
  32. }
  33. on *:TEXT:*:#:{
  34. if ($me isin $1-) {
  35. if (!$window(@Log)) {
  36. window -nk0 @Log | echo @Log $timestamp < $+ $nick @ $chan $+ > $1-
  37. }
  38. else echo @Log $timestamp < $+ $nick @ $chan $+ > $1-
  39. }
  40. }
  41.  
  42. menu menubar {
  43. Anti-Idle
  44. .On:/timeridle1 0 12 anti-idle | Set %anti-idle $true
  45. .Off:/timeridle1 off | Set %anti-idle $false
  46. }
  47.  
  48. on *:connect: {
  49. mode $me +x
  50. if (%anti-idle == $true) { .anti-idle
  51. }
  52. }
  53. alias anti-idle {
  54. /timeridle 0 12 .msg $me pong
  55. /timeridle1 0 13 .msg $me pong
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement