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, Autohalfop, Autoop

General support and discussion of Eggdrop bots.
Post Reply
d
darton
Op
Posts: 155
Joined: Sat Jan 21, 2006 11:03 am

Autovoice, Autohalfop, Autoop

Post by darton »

Hello!
I want to give a user autovoice by my bot without a script. But I dont managed it to work. So whats the command that my bot give autovoice. I think for Autohalfop and Autoop it is the same command.
d
darton
Op
Posts: 155
Joined: Sat Jan 21, 2006 11:03 am

Post by darton »

OK, I think first I have to add the user (.add user) and then I can give him autovoice (.chattr nick +g #channel). But how can I give someone autohalfop. I tried .chattr nick +autohalfop, but that doesnt work.
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

.help whois
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
d
darton
Op
Posts: 155
Joined: Sat Jan 21, 2006 11:03 am

Post by darton »

OK the command for autohalfop is +y. I tried to give someone autohalfop but it didnt work. But autovoice does work. What did I wrong?
In my conf-file autohalfop is allowed and i have also typed .chanset #channel +autohalfop.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Code: Select all

.chattr <handle> -|+y #channel
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
d
darton
Op
Posts: 155
Joined: Sat Jan 21, 2006 11:03 am

Post by darton »

(15:10:16) (darton) .chattr darton +y #channel
(15:10:16) (Bot) [15:45] #darton# (#channel) chattr darton |+y
(15:10:17) (Bot) No global flags for darton.
(15:10:17) (Bot) Channel flags for darton on #tgclan are now +y.
Here you can see what my bot said. But nothing happend. The bot didnt autohalfop me.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Channel setting:
autohalfop Halfop users with the +l flag as soon as they join the channel? This is insecure and not recommended.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Isn't the +l flag automatically added when a user with +o is?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Yes, indeed.
Post Reply