Top

Simple Host Saver


mIRC Code
+ 0 likes
Please Register to submit score.
Bookmark and Share
Average Score  4.0 (of 1 scores)
Date Added  Sep 12, 2009
Last Updated  Sep 12, 2009
Tags  host  saver 

Introduction

Suggestions are welcome, enjoy :)
Edited

Grab the Code

on *:load: { 
echo -a You've Just Uploaded Xray's Simple Host Saver!! }
menu nicklist {
  $1's Host $address($1,4)
  .Add:/write hosts.txt $1's Host $address($1,1) | echo -a Youve added $1 to the Host Saver
  .Open:/run hosts.txt
}
menu channel {
  Open Hostlist :/run hosts.txt 
}
 

Comments

  (3)  RSS
slub77
Comments: 44
 
mIRC Snippet:  Simple Host Saver
Posted on Sep 12, 2009 2:05 pm
umm why not just use

menu nicklist {
Host
.Add host:/write host.txt $1 $address($1,1)
.open:/run host.txt
}
Jethro_
Comments: 437
 
mIRC Snippet:  Simple Host Saver
Posted on Sep 13, 2009 4:25 am
Mmm...you save the hostmasks of the hosties...and then what do you do afterward?

mIRC has a built-in aop list dialog where you can save host addresses, along with $aop identifier that you can do with an event to reference +o procedure.
slub77
Comments: 44
 
mIRC Snippet:  Simple Host Saver
Posted on Sep 13, 2009 7:05 am
Jethro FOR MINE I HAVE A SEPTATE script with this commands along with there things that is relevant to the snipped i posted in my previous post.

On my menu script i have a UN ban and such in that menu script the UN ban section has U ban $1 UN ban ? aka put the address in and a host list if they want to look at hosts when entering manually.

My menu script can be fount at: http://www.hawkee.com/snippet/6680/

Commenting Options

Register or Login to Hawkee.com or use your Facebook or Twitter account by clicking the corresponding button below.

  
Bottom