Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.39 KB | None | 0 0
  1. ;FOR mIRC USERS ON #Sermo
  2. ;In MIRC hit ALT+R, choose REMOTE and COPY-paste, then hit OK  @ Godmy
  3.  
  4. on ^*:text:*:#:{
  5.  
  6. %antiq = *[FreeNode]*
  7.  
  8.  if ( $chan == #Sermo) {
  9.     if (%antiq isin $1-) {
  10.       haltdef
  11.       if (Quit: isin $1-)  echo echo 2 $chan $1-
  12.       else echo 3 $chan $1-
  13.     }      
  14.     else if ($nick == Antiq) {
  15.       haltdef
  16.       echo 1 -m $chan $1-
  17.     }
  18.  
  19.   }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement