Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.42 KB | None | 0 0
  1. ;FOR mIRC USERS ON #Latin on freenode.net
  2. ;In MIRC hit ALT+R, choose tab REMOTE and COPY-PASTE this code, then hit OK  @ Godmy
  3.  
  4. on ^*:text:*:#:{
  5.  
  6. %antiq = *[Antiquitus]*
  7.  
  8.  if ( $chan == #Latin) {
  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