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.

[SOLVED]Check if a user is Superop/& on Coldfront.

Help for those learning Tcl or writing their own scripts.
Post Reply
s
skully
Voice
Posts: 4
Joined: Tue Jul 18, 2006 4:10 pm

[SOLVED]Check if a user is Superop/& on Coldfront.

Post by skully »

Hi all,

i have a small question. I know there are ways to check if a user is voice/op/halfop with e.g. isop. But how can i check if a user is "superop" these users have a & sign before the nick.
OR how can i provide everyone with higher rights than voice to do something.


Regards.
Last edited by skully on Mon Mar 24, 2008 5:41 am, edited 1 time in total.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Re: Check if a user is Superop/& on Coldfront.

Post by Alchera »

skully wrote:OR how can i provide everyone with higher rights than voice to do something.
http://www.egghelp.org/commands/core.htm#chattr

Via DCC:

Code: Select all

.help whois
.. for the list of flags and what they do.

Have you set the following in eggdrop.conf?

Code: Select all

set opchars "@&~!"
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
s
skully
Voice
Posts: 4
Joined: Tue Jul 18, 2006 4:10 pm

Post by skully »

Hey Alchera,

i think the last option is what i'm looking for. I dont want to set flags on the bot for this situation.

Thanks. Gonna try it now.

Regards
Post Reply