Top

Comments

  (65)  RSS
Akishoot's
Escape-From-Hell
Comments: 3
 
mIRC Snippet:  Another Blacklist
Posted on Aug 25, 2008 7:12 am
Suggestion: If a user joins a chan, and you are not op, you could make it echo into a window or into the log that a blacklisted user has joined but you are unable to kick/ban them.


Other that that, its an awesome blacklist, Good job.
Akishoot
Comments: 131
 
mIRC Snippet:  Another Blacklist
Posted on Aug 19, 2008 2:08 am
Thanks for the comments guys. Still updating it periodically...
Spanky
Comments: 55
 
mIRC Snippet:  Another Blacklist
Posted on Aug 18, 2008 11:46 pm
wd best blacklist on here.
damdempsel
Comments: 21
 
mIRC Snippet:  Easy Kicker
Posted on Aug 18, 2008 11:04 pm
Works well except the unban. Nice script.
damdempsel
Comments: 21
 
mIRC Snippet:  Small Away Script
Posted on Aug 18, 2008 10:59 pm
Cool. I like it a lot.
damdempsel
Comments: 21
 
mIRC Snippet:  Another Blacklist
Posted on Aug 18, 2008 10:57 pm
Awesome job.
a careful warchild
Comments: 44
 
mIRC Snippet:  Another Blacklist
Posted on Aug 15, 2008 5:05 pm
amazing work.
a careful warchild
Comments: 44
 
mIRC Snippet:  Another Auto-Join :P
Posted on Aug 15, 2008 4:46 pm
excellent work akishoot
ALCAPONE
Comments: 12
 
mIRC Snippet:  Simple Kicks
Posted on Dec 14, 2007 7:50 pm
nice script XD I got quite a few of your scripts :D
Tippy
Comments: 28
 
mIRC Snippet:  Small Away Script
Posted on Oct 14, 2007 6:04 am
Well done way to go!I like it and no bugs!
Akishoot
Comments: 131
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 9:18 pm
Edit: You no longer need to put the # before the channel name. Though if you do, it doesn\'t matter. (Thanks to Roy_ ;)
Roy_
Comments: 12
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 8:51 pm
Or you could also try, I\'m a little fuzzy on this,

if ($left($did(aj,2).text,1) != $chr(35)) write $+($network,.,ajoin,.,txt) $+($chr(35),$did(aj,2).text) $did(aj,10).text
else { write $+($network,.,ajoin,.,txt) $did(aj,2).text $did(aj,10).txt }

Just in case someone makes a mistake, it already writes it for them.

--Roy
Akishoot
Comments: 131
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 8:43 pm
Edit: I\'ve disabled the second editbox and the \'Add\' and \'Clear\' button until you\'ve entered something into the first editbox. I\'ve yet to add the \'Clear All Channels\' button, which I\'ll be adding sometime soon.

I\'ll also be working on figuring something out for the \'Delete\' button and the # thing.
Roy_
Comments: 12
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 8:41 pm
Just change the $1 to $did(aj,2).text

--Roy
Roy_
Comments: 12
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 8:40 pm
It\'d probably be along the lines of: if ($left($1,1) iswm $chr(35))

--Roy
Akishoot
Comments: 131
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 8:37 pm
Not quite sure on how to get it to check to see if what you inputed begins with #. I\'m still fooling around with the dialog a bit...
Akishoot
Comments: 131
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 2, 2007 5:28 am
Thanks for all the suggestions, mountaindew. I\'m working on those now, and a few other things. =)
mountaindew
Comments: 1,517
 
mIRC Snippet:  Another Auto-Join :P
Posted on Oct 1, 2007 7:10 pm
Suggestions:

*Add a clear all channels button

*I suggest you disable the add button until you typed in the edit box, and when theres nothing in it, disable it again

*Also, u might wanna disable the delete button until you click a channel

*Check if what you inputed begins with #

*Disable key until you type in a channel

Code:
on *:dialog:aj:sclick:5:{
  did -ar aj 2     
  did -ar aj 10   
}


*make it
Code:
did -r aj 2,10
simplicity
Comments: 17
 
mIRC Snippet:  Another Auto-Join :P
Posted on Sep 30, 2007 1:35 pm
Looks good.
Akishoot
Comments: 131
 
mIRC Snippet:  Another Auto-Join :P
Posted on Sep 29, 2007 7:41 pm
Edit: I\'ve changed the .set %ajs and %ajd to var %ajs = 1 and var %ajd = 1. I\'ve also added an alias and it checks to see if the dialog is in use.
1 2 3 4 Next
Bottom