mIRC Snippet:
Simple Inputs
Posted on Aug 23, 2008 8:38 am
Posted on Aug 23, 2008 8:38 am
Wow i like this alot. Thanks Good Job
mIRC Snippet:
Afk Snippet
Posted on Aug 20, 2008 2:25 am
Posted on Aug 20, 2008 2:25 am
Make it so that if your already set away it tells you .....and the same for if you are not away and you do /bk an error comes up or it echos .....or something ;x
@Abtehi: well we can tell your still new around here =/
@Abtehi: well we can tell your still new around here =/
mIRC Snippet:
Afk Snippet
Posted on Aug 20, 2008 1:59 am
Posted on Aug 20, 2008 1:59 am
10/10 rated best afk snippet :)
mIRC Snippet:
Badword Filter
Posted on Aug 7, 2008 8:55 am
Posted on Aug 7, 2008 8:55 am
i think it work on hell* if u add hell as swear word check that to be sure and would this work on multi words as fu ck .. etc
mIRC Snippet:
Badword Filter
Posted on Aug 6, 2008 1:17 am
Posted on Aug 6, 2008 1:17 am
on ur ban line how about setting a banmask to it cuz they can just change nicks so maybe
for ircd
for Chatspace
i dont see why you add a var for the channel and then write it to a txt file.. just add the channel to a var then use tokens to check the channel maybe like this
and then use this line to check for the channel on ur on text
another thing is that it warns/kick/ban\'s for wildcard matches like say i add hell for a bad word it triggered on hello =/
=/
for ircd
| Code: |
| ban -k $chan $nick 2 |
for Chatspace
| Code: |
| ban -k $chan $nick 4 |
i dont see why you add a var for the channel and then write it to a txt file.. just add the channel to a var then use tokens to check the channel maybe like this
| Code: |
| alias badwchan { if (!$istok(%badwchan,$1,44)) { echo -a Channel: $1 is now on channel protection list! set %badwchan $addtok(%badwchan,$1,44) } else { echo -a That channel is already on the list! } } |
and then use this line to check for the channel on ur on text
| Code: |
| if ($istok(%badwchan,$chan,44) && %badw == on) { |
another thing is that it warns/kick/ban\'s for wildcard matches like say i add hell for a bad word it triggered on hello =/
| Quote: |
| [12:20 am] <napa182> hello [12:20 am] -sick0- First warning, do not say that badword again. [12:20 am] <napa182> hello [12:20 am] -sick0- Warned you the first time, this is your last. Next time will be a kickban/akick. |
=/
Image:
Me..
Posted on Jul 6, 2008 9:31 pm
Posted on Jul 6, 2008 9:31 pm
LOL Sorry, my statement before must have seemed sexist o.0 Not intended to!
Image:
Me..
Posted on Jul 6, 2008 9:19 pm
Posted on Jul 6, 2008 9:19 pm
ROFL Lady take over your house?
mIRC Snippet:
Afk Snippet
Posted on Jul 5, 2008 1:03 pm
Posted on Jul 5, 2008 1:03 pm
look into useing $awaytime and $awaymsg and on ur highlite try checking if you are $away
mIRC Snippet:
Afk Snippet
Posted on Jul 5, 2008 12:33 pm
Posted on Jul 5, 2008 12:33 pm
Hawkee should let you choose if you want your scripts rated......or maybe you have to approve certain comments before they are put on your profile/snippets.
Also you should have the option that the person cant rate unless you have approved their comment.
Also you should have the option that the person cant rate unless you have approved their comment.
mIRC Snippet:
Afk Snippet
Posted on Jul 5, 2008 12:28 pm
Posted on Jul 5, 2008 12:28 pm
Would be nice to get some feedback instead of rating without a comment >_<













