Top

Comments

  (31)  RSS
Repz's
Yoinx
Comments: 424
 
mIRC Snippet:  URL watcher.
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?
globus
Comments: 12
 
mIRC Snippet:  URL watcher.
Posted on Feb 19, 2006 3:52 pm
it will be good to save all Urls that Url Tracker has catched
pony
Comments: 11
 
mIRC Snippet:  ON Op, On Voice.....
Posted on Jan 15, 2006 6:50 am
NO COMMENT :@
DarthReven
Comments: 468
 
mIRC Snippet:  URL watcher.
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) } }
Repz
Comments: 14
 
mIRC Snippet:  URL watcher.
Posted on Jan 2, 2006 2:52 am
ok
DarthReven
Comments: 468
 
mIRC Snippet:  URL watcher.
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
SnoooP
Comments: 305
 
mIRC Snippet:  ON Op, On Voice.....
Posted on Dec 31, 2005 10:27 am
nice :) 5 from me.
Repz
Comments: 14
 
mIRC Snippet:  Very simple user protection
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
Repz
Comments: 14
 
mIRC Snippet:  ON Op, On Voice.....
Posted on Dec 31, 2005 9:59 am
Thanks!
UK-Sw1ft
Comments: 12
 
mIRC Snippet:  Very simple user protection
Posted on Dec 31, 2005 9:55 am
or you just use $istok, if ($istok(NICKNAME1 NICKNAME2 ect, $bnick,32)) { . works just as gd.
CaRe_Taker
Comments: 134
 
mIRC Snippet:  ON Op, On Voice.....
Posted on Dec 30, 2005 10:46 pm
its pretty simple :)
but it works good aye :)
hope u get it to work :)
Repz
Comments: 14
 
mIRC Snippet:  ON Op, On Voice.....
Posted on Dec 30, 2005 10:10 pm
I know what ya mean, Ill try it!
CaRe_Taker
Comments: 134
 
mIRC Snippet:  ON Op, On Voice.....
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 :)




CaRe_Taker
Comments: 134
 
mIRC Snippet:  Very simple user protection
Posted on Dec 30, 2005 9:14 pm
Coulndt you have that reading from a txt file on protected users ?

Repz
Comments: 14
 
mIRC Snippet:  Very simple user protection
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.
Repz
Comments: 14
 
mIRC Snippet:  Very simple user protection
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 :|
RoninWarrior
Comments: 252
 
mIRC Snippet:  Very simple user protection
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 ?
No0ne
Comments: 68
 
mIRC Snippet:  Personal Infomation Script.
Posted on Dec 27, 2005 10:40 am
Snippets today are all about results.
KuTsuM
Comments: 141
 
mIRC Snippet:  Personal Infomation Script.
Posted on Dec 27, 2005 9:57 am
This snippet is overrated. Why use multiple snippets for echoing the same basic information?
Yoinx
Comments: 424
 
mIRC Snippet:  Personal Infomation Script.
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.
1 2 Next
Bottom