Black List
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 5.0 (of 1 scores) |
| Date Added | May 27, 2009 |
| Last Updated | May 30, 2009 |
| Tags | bl black blacklist list shit shitlist |
Description
my first dialog using Dialog Editor :D
load into remotes and type blist to load it
if a nick joins a chan that you are op or halfop in you'll kickban them
load into remotes and type blist to load it
if a nick joins a chan that you are op or halfop in you'll kickban them
mIRC Snippet:
Black List
Posted on May 27, 2009 7:14 pm
Posted on May 27, 2009 7:14 pm
nice work on ur first dialog using Dialog Editor ;x .
you should add a few events to save ur hash file like on disconnect, on quit, and also event to load the hash files like on connnect on start.
and on ($regex($did,/^(7|8)$/Si)) no need for Si
but all in all nice work keep it up...
you should add a few events to save ur hash file like on disconnect, on quit, and also event to load the hash files like on connnect on start.
and on ($regex($did,/^(7|8)$/Si)) no need for Si
but all in all nice work keep it up...
mIRC Snippet:
Black List
Posted on May 28, 2009 3:50 am
Posted on May 28, 2009 3:50 am
il test this out in a while and edit this with how it looks but from what i can see so far looks pretty good for your first dialog.
-edit-
i like sunslayer, its good for ur first dialog may i suggest something tho. when you unblacklist maybe, have it unban that person in all the rooms your in 6/10
-edit-
i like sunslayer, its good for ur first dialog may i suggest something tho. when you unblacklist maybe, have it unban that person in all the rooms your in 6/10
mIRC Snippet:
Black List
Posted on May 28, 2009 6:13 am
Posted on May 28, 2009 6:13 am
hi
nice sunslayer :)
i have a little comments
dialog $iif($dialog(blist),-v,-md blist) blist
u can use check better than radio for ON/OFF
u can replace $regex by $istok "$istok(7.8,$did,46)"
your on load event will never be $true replace it by on start and add hmake
for alias blist.check u can use a code more simple and faster like add only host to black list and replace $nick(#,$me,oh) by "@" befor level then on join event will be like this
then the hadd will be like this eg: hadd blist $address($nick,2) <reason>
nice sunslayer :)
i have a little comments
dialog $iif($dialog(blist),-v,-md blist) blist
u can use check better than radio for ON/OFF
u can replace $regex by $istok "$istok(7.8,$did,46)"
| Code: |
| elseif $istok(7.8,$did,46) { hadd -m blist power $iif($did == 7,on,off) | did -u $dname $iif($did == 7,8,7) } |
your on load event will never be $true replace it by on start and add hmake
| Code: |
| on *:start:{ hmake blist | if $isfile(blist.txt) hload blist blist.txt } |
for alias blist.check u can use a code more simple and faster like add only host to black list and replace $nick(#,$me,oh) by "@" befor level then on join event will be like this
| Code: |
| on @*:join:#:{ if ($hget(blist,power) == on) { if ($hget(blist,$wildsite)) ban -k $nick 2 $v1 } } |
then the hadd will be like this eg: hadd blist $address($nick,2) <reason>
mIRC Snippet:
Black List
Posted on May 28, 2009 7:34 pm
Posted on May 28, 2009 7:34 pm
@Spanky its my first time using Dialog Editor to amke a dialog not my first dialog :p
@WorldDMT thnx :p altho i dont really see the difference between using $istok and $regex?
updated it a lil bit option of Banning address or nick but if you choose ban address make sure that their address is in ur $ial otherwise it wont work, if its not in your $ial and you still want to ban the address choose ban nick and type in the address of the nick and it will use that.
@WorldDMT thnx :p altho i dont really see the difference between using $istok and $regex?
updated it a lil bit option of Banning address or nick but if you choose ban address make sure that their address is in ur $ial otherwise it wont work, if its not in your $ial and you still want to ban the address choose ban nick and type in the address of the nick and it will use that.
mIRC Snippet:
Black List
Posted on May 29, 2009 6:28 am
Posted on May 29, 2009 6:28 am
lol sunslayer i meant that but i failed









