is there a script that checks if the user is in the config for that chan and gives it a halfop if thats treu.
like
chan: Botscentral
users: Eef, Game-Time, Steffie
if one off these users join they will get a % (halfop) from Blade
could someone help me with this?
thanks
# autohalfop
# Halfop users with the +l flag as soon as they join the channel?
# This is insecure because there is no password and not recommended.
#
# protecthalfops
# Re-halfop a user with the +l flag if they get dehalfopped?
#
in the conf file change:
channel set #Botscentral +autohalfop -greet
then set users +l and type .rehash (at the console)
===================================
Or add all changes from the console.
[change flags]
chattr <handle> [changes [channel]]
Description: changes the attributes for a user record, if you include any. Changes are of the form '+f', '-o', '+dk', '-o+d', etc. If changes are specified in the format of | , the channel-specific flags for that channel are altered. You can now use the +o|-o #channel format here too.
Returns: new flags for the user (if you made no changes, the current flags are returned). If a channel was specified, the global AND the channel-specific flags for that channel are returned in the format of globalflags|channelflags. "*" is returned if the specified user does not exist
channel set <name> <options...>
Description: sets options for the channel specified. The full list of possible options are given in doc/settings.mod.channels.
Returns: nothing
Note: Check the info in your conf file and in the docs section of your eggdrop, this will answer many of your questions.
I once was an intelligent young man, now i am old and i can not remember who i was.