mIRC Snippet:
URL watcher.
Posted on Feb 19, 2006 4:04 pm
Posted on Feb 19, 2006 4:04 pm
yeah, or couldnt you just enable catching urls in the mirc options, and use the url's list?
mIRC Snippet:
URL watcher.
Posted on Feb 19, 2006 3:52 pm
Posted on Feb 19, 2006 3:52 pm
it will be good to save all Urls that Url Tracker has catched
mIRC Snippet:
URL watcher.
Posted on Jan 2, 2006 3:06 am
Posted on Jan 2, 2006 3:06 am
Or better yet use this alias: alias urlget { if ($regex($1-,/(http|www|com|net|org|irc\.)/)) { return $wildtok($1-,$+(*,$regml(1),*),1,32) } }
mIRC Snippet:
URL watcher.
Posted on Jan 2, 2006 2:42 am
Posted on Jan 2, 2006 2:42 am
you might want to use $wildtok($1-,*.*.*,0,32) aswell so you don't return the whole line of text in case they give more then a url
mIRC Snippet:
ON Op, On Voice.....
Posted on Dec 31, 2005 10:27 am
Posted on Dec 31, 2005 10:27 am
nice :) 5 from me.
mIRC Snippet:
Very simple user protection
Posted on Dec 31, 2005 10:01 am
Posted on Dec 31, 2005 10:01 am
OK, I'll look into it, I've been scripting a week so i don't know all commands like that, I only know very basic stuff :O
mIRC Snippet:
Very simple user protection
Posted on Dec 31, 2005 9:55 am
Posted on Dec 31, 2005 9:55 am
or you just use $istok, if ($istok(NICKNAME1 NICKNAME2 ect, $bnick,32)) { . works just as gd.
mIRC Snippet:
ON Op, On Voice.....
Posted on Dec 30, 2005 10:46 pm
Posted on Dec 30, 2005 10:46 pm
its pretty simple :)
but it works good aye :)
hope u get it to work :)
but it works good aye :)
hope u get it to work :)
mIRC Snippet:
ON Op, On Voice.....
Posted on Dec 30, 2005 10:10 pm
Posted on Dec 30, 2005 10:10 pm
I know what ya mean, Ill try it!
mIRC Snippet:
ON Op, On Voice.....
Posted on Dec 30, 2005 9:33 pm
Posted on Dec 30, 2005 9:33 pm
You could add a menu channel thing like this to reset ure counters as well ^_^
menu channel {
Counters
.Op Counter $+ ( $+ %opcount $+ )
..Op reset:/set %opcount o
}
some thin like that any way :)
menu channel {
Counters
.Op Counter $+ ( $+ %opcount $+ )
..Op reset:/set %opcount o
}
some thin like that any way :)
mIRC Snippet:
Very simple user protection
Posted on Dec 30, 2005 9:14 pm
Posted on Dec 30, 2005 9:14 pm
Coulndt you have that reading from a txt file on protected users ?
mIRC Snippet:
Very simple user protection
Posted on Dec 30, 2005 7:21 pm
Posted on Dec 30, 2005 7:21 pm
One thing i did think of was, Were it says, If ($bnick == NICKNAME) {, i think its possible to use multi protection by changing it to, ($bnick == NICKNAME) || ($bnick == NICKNAME2) {
Ill try that and if it works ill update it, That should make the script a lil more better,, cos its then multi users.
Ill try that and if it works ill update it, That should make the script a lil more better,, cos its then multi users.
mIRC Snippet:
Very simple user protection
Posted on Dec 30, 2005 7:19 pm
Posted on Dec 30, 2005 7:19 pm
Well, One reason is I have been scripting for almost 9 days, And for me that snippet like my other two is pretty advanced for me, I will learn how to do it in a while, Sorry :|
mIRC Snippet:
Very simple user protection
Posted on Dec 30, 2005 7:12 pm
Posted on Dec 30, 2005 7:12 pm
why not use levels and have it chrck to see if the level is there then peroform the command so it can protect more then 1 nick ?
mIRC Snippet:
Personal Infomation Script.
Posted on Dec 27, 2005 10:40 am
Posted on Dec 27, 2005 10:40 am
Snippets today are all about results.
mIRC Snippet:
Personal Infomation Script.
Posted on Dec 27, 2005 9:57 am
Posted on Dec 27, 2005 9:57 am
This snippet is overrated. Why use multiple snippets for echoing the same basic information?
mIRC Snippet:
Personal Infomation Script.
Posted on Dec 27, 2005 8:33 am
Posted on Dec 27, 2005 8:33 am
something I like to do with snippets is just use the script as the text file..
alias example play -ctexampe $+(",$script,")
[example]
example BlaBlaBla
exampleline2 blablabla
But thats just me. and if there isnt really a need for a file.
alias example play -ctexampe $+(",$script,")
[example]
example BlaBlaBla
exampleline2 blablabla
But thats just me. and if there isnt really a need for a file.






