Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.75 KB | None | 0 0
  1. ; !ip (nickgoeshere) script by Pctech37
  2. ; Version 1.2
  3. ; CHANGELOG:
  4. ; 1.2 - fixed typo
  5. ; 1.1 - Added anti-flood script...
  6. ; 1.0 - Wrote original script...
  7. ; Pctech37 in #alteriwnet in Rizon IRC
  8. ; Pctech37 on Skype
  9. ; To use, set the %myip variable with your IP address...
  10. ;
  11. ;
  12.  
  13. on *:TEXT:!ip NICKGOESHERE:#alteriwnet,#alteriwnet-support,#alterspam: {
  14.   if (%aiw.flood.ipcmd == FALSE) {
  15.     .set %aiw.flood.ipcmd TRUE
  16.     .describe $chan 4Connect %myip $+ 
  17.     .timer 1 30 /set %aiw.flood.ipcmd FALSE
  18.   }
  19. }
  20.  
  21. alias ipcommand {
  22.   /msg $active !ip NICKGOESHERE
  23.   /describe $active 4Connect %myip $+ 
  24. }
  25.  
  26. on *:LOAD: {
  27. /echo !ip command loaded... Please set the %myip variable to your IP Address... Use command /set %myip YOURIPADDRESSGOESHERE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement