Jump to content

Voice / Access List / Koach


JOhnson

Recommended Posts

:oops: how do I v+ or V- in koach like you do in tg007 room ... Iv read a few things but I cant take it in :( Is there an access list code for koach So If I want I can added a nicks gatekeeper to the access list so they become an owner / host / ect

 

iv m - the room but have to voice m+ peeps :( and I tried this code but it doesnt work in koach :(

 

  on ^*:JOIN:* { 
  if ($nick != $me) { 
    mode # +v $nick 
  } 
}

 

 

Link to comment
Share on other sites

for access list you will have to switch the room to use the access list.

 

using /cs set #roomname xop off

 

That goes from the default sop,aop, etc list to using the access command.

 

If you use access you will need to know a little about levels

 

This page explains how to use it on koach.

 

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

Link to comment
Share on other sites

yeah just use on join to do a simple voice on join

 

Some things to consider

 

Firstly flood joins. If you do not use modes to protect from join floods you will need to add some flood protection to your on join voice command.

 

Next you will probably want to halt if the user is on a certain level in the user list so you can not +v trouble makers added to the list.

 

Another good resource is using /pvoice instead of using mode +v. You use it in replace of the mode command like so

 

/pvoice 1 $chan $nick

 

1 is a one second delay. This is just a nice way to prevent a lot of users sending +v modes when not needed

Link to comment
Share on other sites

:lmaojump: Thank you for the replies and im going to have to start learning again :lolwave: cause iv had it to easy where iv been chatting everything on a plate :oops: I mean in addons ect ... somethings iv took in but there are others im not sure of so you will be again in for a grilling fellas :D
Link to comment
Share on other sites

:oops: didnt know whether to edit the last posting ... so I though I would ask this question separately ... is there an access list for mirc in koach.com ? and if so where can I donwload it from as iv looked through the downloads here and cant find anything. Thank you for your help fellas :D
Link to comment
Share on other sites

Johnson, Hi

I have a Chanserv control center script you can get it here

http://www.tg007.net/dls/index.php?action=file&id=1192

 

Make sure to read the instructions on the download page it tells you how to install it

 

it is for controlling access and anything else you can do with chanserv

i do suggest reading about the ChanServ commands

 

Here is the link to everything you need to know about ChanServ

http://www.koach.com/anope/en_us/ChanServ.php

I hope this helps :)

Edited by Foreverurs
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...