Simple Host Saver
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.0 (of 1 scores) |
| Date Added | Sep 12, 2009 |
| Last Updated | Sep 12, 2009 |
| Tags | host saver |
Introduction
Edited
mIRC Snippet:
Simple Host Saver
Posted on Sep 12, 2009 2:05 pm
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
}
menu nicklist {
Host
.Add host:/write host.txt $1 $address($1,1)
.open:/run host.txt
}
mIRC Snippet:
Simple Host Saver
Posted on Sep 13, 2009 4:25 am
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.
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.
mIRC Snippet:
Simple Host Saver
Posted on Sep 13, 2009 7:05 am
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/
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/



