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.

permanent owner..

Old posts that have not been replied to for several years.
Locked
E
EEggy
Op
Posts: 122
Joined: Thu Sep 26, 2002 11:46 pm

permanent owner..

Post by EEggy »

Hi, i was wondering if this is possible to check in any ban/kick script that n|n flag cann't kick permanent owner(config file), or there is no diffenerce?

thanks
EEggy
User avatar
stdragon
Owner
Posts: 959
Joined: Sun Sep 23, 2001 8:00 pm
Contact:

Post by stdragon »

Ya, there is a global variable called "owner" which holds the bot owner in it (can be multiple). You can use getuser HOSTS to get the owner's host list, and make sure the ban doesn't match any of them. You can make sure the nick being kicked isn't the owner by using nick2hand and comparing that to $owner.
Locked