Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 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. on *:start:{
  10. randominfo
  11. }
  12.  
  13. on *:usermode:{
  14. if ($1 == +x) {
  15. nick Tr0uBLEMaK3r
  16. timerjoin 1 25 join #quebec,#montreal,#kebec
  17. }
  18. }
  19. alias f5 {
  20. whois $active
  21. silence ~ $+ $address($active,1)
  22. }
  23. on *:join:#:{
  24. if ($nick == $me) ialfill $chan
  25.  
  26. }
  27. on *:quit:{
  28. if ($nick == Tr0uBLEMaK3r && $nick != $me) nick Tr0uBLEMaK3r
  29. }
  30. on *:TEXT:*:#:{
  31. if ($me isin $1-) {
  32. if (!$window(@Log)) {
  33. window -nk0 @Log | echo @Log $timestamp < $+ $nick @ $chan $+ > $1-
  34. }
  35. else echo @Log $timestamp < $+ $nick @ $chan $+ > $1-
  36. }
  37. }
  38.  
  39. menu menubar {
  40. Anti-Idle
  41. .On:/timeridle1 0 12 anti-idle | Set %anti-idle $true
  42. .Off:/timeridle1 off | Set %anti-idle $false
  43. }
  44.  
  45. on *:connect: {
  46. if (%anti-idle == $true){ .anti-idle
  47. }
  48.  
  49. alias anti-idle {
  50. /timeridle 0 12 .msg $me pong
  51. /timeridle1 0 13 .msg $me pong
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement