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.

bogustrivia and flags?

Support & discussion of released scripts, and announcements of new releases.
Post Reply
b
bLzR
Voice
Posts: 15
Joined: Sun Feb 28, 2010 4:40 pm

bogustrivia and flags?

Post by bLzR »

When i change the flags for starting and stopping to have+o flags it doens't work?
I have added users to the bot made the bot have +o flag it still listens to everyone? The users i have added havent been on the partyline though.
I want only +o flags be able to use the trivia commands like !start and !stop :)

Thanks!
b
bLzR
Voice
Posts: 15
Joined: Sun Feb 28, 2010 4:40 pm

Post by bLzR »

anyone?
User avatar
starr
Voice
Posts: 26
Joined: Sun Mar 18, 2007 1:18 am
Location: Tennessee
Contact:

re: bogustrivia and flags

Post by starr »

Not sure I undertand your issue since the flag options work perfectly so go over your settings with these directions.

In the bogustrivia t-2settings.tcl (line 441-443)

Code: Select all

set t2(on) ".t2"      ;# public trigger to turn game on #
set t2(off) ""        ;# public trigger, game off  ("" = same as on trigger) #
set t2(oflag) "o|o"   ;# flags to turn game on/off #
This setting is global|channel

Ops must be added to the bot with .+user nick
Flags are added with .chattr nick +flag for global
Flags are added with .chattr nick #channel +flag for channel
Post Reply