This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Autovoice not working (SOLVED)

General support and discussion of Eggdrop bots.
Post Reply
E
Ethan3110
Voice
Posts: 3
Joined: Tue Jul 17, 2007 7:41 am

Autovoice not working (SOLVED)

Post by Ethan3110 »

i have this in my conf:
set global-chanset {
-autoop +autovoice
-bitch +cycle
+dontkickops +dynamicbans
+dynamicexempts +dynamicinvites
-enforcebans +greet
-inactive -nodesynch
+protectfriends +protectops
-revenge -revengebot
-secret +seen
+shared +statuslog
+userbans +userexempts
+userinvites -protecthalfops
-autohalfop
}

channel set #testnl +autovoice
and this in my chan file:
channel set #testnl chanmode {+ltn 10} idle-kick 0 stopnethack-mode 0 revenge-mode 0 need-op {} need-invite {} need-key {} need-unban {} need-limit {} flood-chan 5:60 flood-ctcp 3:60 flood-join 5:60 flood-kick 3:10 flood-deop 3:10 flood-nick 5:60 aop-delay 5:30 ban-time 120 exempt-time 60 invite-time 60 -enforcebans +dynamicbans +userbans -autoop -autohalfop -bitch +greet +protectops -protecthalfops +protectfriends +dontkickops +statuslog -revenge -revengebot +autovoice -secret +shared +cycle +seen -inactive +dynamicexempts +userexempts +dynamicinvites +userinvites -nodesynch
But...still no autovoice. How is this possible?
Last edited by Ethan3110 on Mon Dec 10, 2007 4:36 pm, edited 1 time in total.
Z
Zircon
Op
Posts: 191
Joined: Mon Aug 21, 2006 4:22 am
Location: Montreal

Post by Zircon »

You still need to give your users the flag +v, to get automatically voiced. By the way, if you give them the flag +g, they will be voiced even if your channel is on -autovoice. If you want to voice everybody, there are many voice scripts in the TCL section, with some added features. Or you can simply add a user with the host *!*@* et give him the right flag.
E
Ethan3110
Voice
Posts: 3
Joined: Tue Jul 17, 2007 7:41 am

Post by Ethan3110 »

Or you can simply add a user with the host *!*@* et give him the right flag.
Thanks, that worked really well. I added a user named 'Everyone', added host *!*@* and gave it the +g flag. :D
Post Reply