Some of our chanops and admins on danet dont have a fixed IP/HOST to grant them user flag based on their IP/HOST
so i thought of a concept of adding their user with chattr -|+o $chan the moment they are opped via ChanServ or chattr -|+v if they are halfopped via Chanserv that way we confirm their adminship in channel regardless of their IP/HOST, and the moment they part channel or quit IRC to del their user , oh and i forgot to mention in the case of a random chanadmin opping a random user and chanserv deops them instant as they arent in admin access list of the channel to make sure the user isnt added.
This is what i have so far and im not sure where to go from here :
bind account <flags> <mask> <proc>
procname <nick> <user> <hand> <chan> <account>
Description: this bind will trigger when eggdrop detects a change in the authentication status of a user’s service account. The mask for the bind is in the format “#channel nick!user@hostname.com account” and accepts wildcards. account is either the account name the user is logging in to or “*” if the user is not logged in to an account.
NOTE: the three required IRC components for account tracking are: the WHOX feature, the extended-join IRCv3 capability and the account-notify IRCv3 capability. if only some of the three feature are available, eggdrop provides best-effort account tracking but this bind could be triggered late or never on account changes. Please see doc/ACCOUNTS for additional information.