Skip to content
MSN Addons

Auto Lister

A TG007 community discussion started by Mail.

Discussion 10 posts
Page 1 of 1
Open
Topic #6167 · 10 published posts · 1,594 views

Recent bug fix.

 

It was brought to my attention that an entry would not remove correctly from the shitlist using the dialog. Change the following line and it will remove fine. Make sure to highlight the address in the list box.

 

on *:dialog:list:sclick:35: { hdel shitlist $did(33).sel

 

Change it to this.

 

on *:dialog:list:sclick:35: { hdel shitlist $did(33).seltext

Edited Mar 8, 2006 12:51 AM by Mail

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

download has been edited to include the above fix.

Thanks err0r. I appreciate it. :oops:

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

mail..just a ?....u have this for coding on auto lister

 

 

 

;~AutoLister by Mail~

on *:start: {

hmake Admin 100

if ($exists(Admin.txt)) hload Admin Admin.txt

hmake ownerlist 100

if ($exists(ownerlist.txt)) hload ownerlist ownerlist.txt

hmake Trust 100

if ($exists(Trust.txt)) hload Trust Trust.txt

hmake hostlist 10

if ($exists(hostlist.txt)) hload hostlist hostlist.txt

hmake Allowed 100

if ($exists(Allowed.txt)) hload Allowed Allowed.txt

hmake shitlist 100

if ($exists(shitlist.txt)) hload shitlist shitlist.txt

hmake kicklist 100

if ($exists(kicklist.txt)) hload kicklist kicklist.txt

 

 

^^^^^

 

 

if ($exists(Trust.txt)) hload Trust Trust.txt

hmake hostlist 10

 

 

^^^^ should that be this:

if ($exists(Trust.txt)) hload Trust Trust.txt

hmake hostlist 100

 

------------------------------------

i downloaded it today so in case it needs to be changed agin for others to download...

 

 

it would probably help if it was 100 instead of 10, that way the hash table is bigger, :P

 

~SpAzZ ~

Yep, that needs to be changed unless you just want 10 entries in your hash table for a trust list =\

You are reading it wrong actually. The Trust list is already 100 and the hostlist is 10. Below I spaced it so you can see it better.

 

hmake Trust 100

if ($exists(Trust.txt)) hload Trust Trust.txt

 

 

hmake hostlist 10

if ($exists(hostlist.txt)) hload hostlist hostlist.txt

 

Another point worth mentioning, According to mIRC help file:

 

A hash table can store an unlimited number of items regardless of the N you choose, however the bigger N is, the faster it will work, depending on the number of items stored.

 

So a hostlist of 10 will hold 100 entries, but if you are adding 100 entries for host, then simply make it 100 instead of 10.

 

"Diplomacy is the art of saying 'Nice doggie' until you can find a rock".-Will Rogers

plz i am trying to find it but where exactly in the download section or plz any can give me da direct link to download it :oops:

Its right here..look harder next time.
:lolwave: i was looking for the name with auto lister :oops: so next time promise i will with the right name :P so thnx for help :wub: