help me
i want tcl who can calc who how users add
like
*** Matching 'Vizor':
HANDLE PASS NOTES FLAGS LAST
Vizor yes 0 fhxmnop 16:38 (partyline )
HOSTS: Vizor!*@*
Users (1)
--- Found 1 match.
in my example i said
user Vizor have a 2 added users
user jhsd have a 4 added users
i want this
in XTRA add Users
and script who can calc who how add users have
If i got you right, you want to see how many users were added by other bot owners. Well, it can be done by rebinding dcc commands adduser and +user, however, it'll require moderate knowladge of eggdrop and TCL scripting. However, there is a small workaround that is half-manual but will get you there: Check the config file for the setting that determins who should be notified when new users are added. It's notify-users or notify-new or something similiar. I could have looked up a config file and given you the exact setting name but i prefere if you would go trough config file yourself reading it carefully. You will find a lot of usefull stuff there.
Also take note that there is a bug with $owner variable in teras that it returns truncated handles of all other owners except the first one. So if you have multiple permanent owners set in your config file, make sure that you change default setting of notify-users (or whatever the name). Simply put your own handle there.
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.