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.

questions about the toolz.tcl

Old posts that have not been replied to for several years.
Locked
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

questions about the toolz.tcl

Post by Turambar »

I'm really like the script but there's just one thing I don't like. It is that everyone on the channel can use the !help command and then gets the complete list possible commands. And that's exactly what I want to prevent. I just want users with the flag o or higher (gloabal and local) to be able to use the command. I think it has to to with the following line:

bind pub - !help pub:help

and I think it I just have to rewrite it too:

bind pub o !help pub:help
or
bind pub o|o !help pub:help

but I don't really know what's the difference between the o and the o|o
Perhaps the one is for global and the other one is just local for the chan but I'm not shure.

Thx for your help
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

The o makes it only global and -|o local. Also o|o make it global and local..
Once the game is over, the king and the pawn go back in the same box.
User avatar
Turambar
Halfop
Posts: 56
Joined: Thu May 29, 2003 6:25 am

Post by Turambar »

ah thanks for this fast help :)
Locked