Skip to content
General Chat Talk

Voice / Access List / Koach

A TG007 community discussion started by JOhnson.

Discussion 12 posts
Page 1 of 1
Open
Topic #12609 · 12 published posts · 1,879 views

: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 
  } 
}

 

 

try

 

 on *:JOIN:*: {
    mode # +v $nick
}

Spam Honeypot - http://www.haggistech.co.uk/honey(humans do not register)

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

Get information about ircWx here

The access list isn't being used to voice people in the Techgear room. Haggis' code should do what you want.

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

Edited Apr 26, 2009 10:39 PM by err0r

Get information about ircWx here

You can omit the use of

($nick != $me)

and use

on !*:JOIN:*: {
instead.

 

: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

: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

:oops::oops::oops: I Take that as a NO

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 Apr 29, 2009 10:24 AM by Foreverurs
:lmaojump: Foreverurs nais tuke = Thank you ... just what I was looking for :D ... iv been readling that link http://www.koach.com/anope/en_us/ChanServ.php from the link that err0r gave me and it lead me to your link :D

cool man glad i could help if you have any questions find me in chat on koach.com or reply here whichever is easiest for you :D

Edited Apr 29, 2009 4:16 PM by Foreverurs