Advertisement
Aha2Y

Zalgo bridge

Apr 5th, 2012
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.98 KB | None | 0 0
  1. off *:TEXT:!*:#zalgo: {
  2.   if ($network == IronDust) {
  3.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  4.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  5.     else {
  6.       scon 1 msg #omegle $1-
  7.     }
  8.   }
  9. }
  10. off *:TEXT:@*:%#zalgo: {
  11.   if ($network == IronDust) {
  12.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  13.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  14.     else {
  15.       set %zalgo.user $nick
  16.       scon 1 msg #aha2y $1-
  17.     }
  18.   }
  19. }
  20.  
  21. on *:TEXT:.clegle.*:#brandofwolves: {
  22.   if ($network == cjmz-irc) {
  23.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  24.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  25.     else {
  26.       set %zalgo.user $nick
  27.       scon 1 msg #aha2y $1-
  28.     }
  29.   }
  30. }
  31. on *:TEXT:.ci*:#omegle : {
  32.   if ($network == clmz-irc) {
  33.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  34.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  35.     else {
  36.       set %zalgo.user $nick
  37.       scon 1 msg #aha2y $1-
  38.     }
  39.   }
  40. }
  41. on *:TEXT:o.*:#omegle : {
  42.   if ($network == cjmz-irc) {
  43.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  44.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  45.     else {
  46.       set %zalgo.user $nick
  47.       scon 1 msg #omegle $1-
  48.     }
  49.   }
  50. }
  51.  
  52. on *:TEXT:.o*:#omegle: {
  53.   if ($network == cjmz-irc) {
  54.     if ($left($1,6) == !matix) { notice $nick dont be a ass lol | halt }
  55.     if ($left($1,9) == !roulette) { notice $nick dont be a ass lol | halt }
  56.     else {
  57.       set %zalgo.user $nick
  58.       scon 1 msg #omegle $1-
  59.     }
  60.   }
  61. }
  62.  
  63. on *:text:*:#omegle:{
  64.   if ($network == ideanode) {
  65.     if ($nick == omegle) {
  66.       if (*I need to solve a captcha! Hold on a second while I fetch it...* iswm $1-) { halt }
  67.       if (*Failed to retrieve captcha!* iswm $1-) { scon 2 msg #omegle 4[Error4] Omegle is asking for captcha... reconnecting... | scon 1 msg #omegle o.stop | scon 1 msg #omegle o.start }
  68.       if (*] ->* iswm $1-) { scon 2 msg #omegle $chr(91) $+ %zalgo.user $+ $chr(93) $+ 3 $3- }
  69.       else { scon 2 msg #omegle [Stranger] $replace($1-,12,5) }
  70.     }
  71.   }
  72. }
  73. on *:action:*:#omegle:{
  74.   if ($network == ideanode) {
  75.     if ($nick == omegle) {
  76.       if (*is already connected to Omegle! Use .o to talk!* iswm $1-) { scon 2 msg #omegle 3I'm still connected to omegle, use .o <text> }
  77.       if (*has established a connection to* iswm $1-) { halt }
  78.       if (*has been disconnected.* iswm $1-) { scon 2 msg #omegle 4Your conversational partner has disconnected. }
  79.       if (*is connected to a partner!* iswm $1-) { scon 2 msg #omegle 3You're now chatting with a random stranger. Use .o <text> }
  80.     }
  81.   }
  82. }
  83.  
  84. on *:notice:*:*:{
  85.   if ($network == ideanode) {
  86.     if ($nick == omegle) { scon 2 notice %zalgo.user $1- }
  87.     if ($nick == zalgo) { scon 2 notice %zalgo.user $1- }
  88.   }
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement