Skip to content
General IRCd

Access List

A TG007 community discussion started by Ozzy10.

Discussion 12 posts
Page 1 of 1
Open
Topic #11048 · 12 published posts · 2,655 views

ok you all know by now , when i get bored i start something new

anyway i made an access list for ircd on koach

 

please remember the dialogs not finished as it looks ugly lol

 

knl25.gif

Edited Sep 5, 2008 9:12 PM by Ozzy10

My code does NOT have bugs. It just develops random features.

woohoo '' i got 10 on it '' made me think of that weird song :/

what do the levels mean :wacko:

http://koach.com/mb/YaBB.pl?num=1219278067

Get information about ircWx here

its the opposite of XOP/AOP etc. for listing gold/op/half etc.

Ahhh, much better. I was dreading echoing all the chanserv info into a list box. Looks good, ozzy :)

thanks for the comments guys

just done a bit more

 

knl26.gif

 

knl27.gif

My code does NOT have bugs. It just develops random features.

looks kewl.. couple things you might consider trying

 

maybe change the view to grid ( i think grid view would look nicer )

 

and instead of allowing the dialog to popup when on a channel you do not have access to, have it do a $input prompt

Edited Sep 7, 2008 1:59 PM by err0r

Get information about ircWx here

I agree with err0r. Also, Maybe instead of using the level number, replace it with the actual IRC level i.e Owner, Host, Voice etc

well those are the actual levels.. those happen to be the defaults on koach but you can set your own levels per channel as well.

Get information about ircWx here

thats why i show the levels , but also show the icon that goes with it

and the icon matchs the one shown in the nicklist

My code does NOT have bugs. It just develops random features.

Ahhh, yes well that's valid - I should of let the icons tell the story. I've been trying to catch the chanserv notice as a variable to tokenize the parameters to display it in my dialog list. Trouble is, since the notice spits the info out in 3+ lines I only manage to catch the last line.

 

Can I ask how you're grabbing the info and loading it in to the list?