AutoMember.php
AutoMemberThis Module will Automaticly add Users who Join the Private Group to Member List
After you Get this and restart your bot you need to turn it on
/tell botname !set
and click AutoMember
also You can Use the Faction and Minlevel setting from flexible security if you want
Dont turn Restrict on if you are not useing Flexible Security as it will Prob Add nobody
Your can Now Set it to Remove member when they leave Guest Channel
You can Have Temp Member on if you want it to ONLY delete temp member and will not delete your normal members
AutoMemberCleanPart of the Module will Clean your Member List For you
The setting for who to remove are Level and Faction
there is a safe list to add people you dont want to be deleted
i didnt see a point with having the lower than level so its only higher than XX level
default set to 220 so thats 221+ so no 1 (exept maybe a GM)
also Does a Check for faction (Default is None)
you set faction in setting and you chose the faction you WANT to be deleted
example i have a clan bot set to Not Clan, and that will remove Neutral and Omni
How to Usecleansafe add <name> " add to Safe list "
cleansafe del <name> " Delete from safe list "
cleansafe rem <name> " Delete from safe list "
cleannow " Make it do a Clean now, altho it should do every 24hr and on bot boot "
Any more changed Etc Please reply to topic

oh and dont forget to turn on and set my module with !set AutoMember and !set AutoMemberClean
Change Log- 15/07/07 [1.5] - Changed AutoMemberClean so it Only Checks Level of Members and not those already Deleted
- 15/07/07 [1.6] - Add Option to Send Extra Msg to People That get Removed by AutoMemberClean
- 16/07/07 [1.7] - Some bugs Fixed inc a delay because of Spaming blocking tells
- 17/07/07 [1.8] - Few more Minor Bug Fixes
- 27/09/07 [1.9] - Sorted Format of Code out with slight improvements
- 27/09/07 [1.10] - Added Faction Checking
- 27/09/07 [1.11] - Fixed Manual Clean not Working when Cron is OFF
- 27/09/07 [1.12] - Added Count+Blob with All info
- 23/01/08 [1.13] - Added Buddy List Limit (sets some as inactive)
- 01/02/08 [1.14] - Now Useing 0.5.0 Version (Requires 0.5.0Support.php if your Lower)
- 23/05/08 [2.0] - Updated to 0.5
- 28/05/08 [2.1] - Moved Safe list to Own Table and Added expire time (Default 48hours)
- 28/05/08 [2.2] - Changed AutoBan to only ban if not invited, other wise output warning
- 11/08/08 [2.3] - Fixed Issues with user not getting added/removed to safelist cache when added/removed
- 11/08/08 [2.4] - Fixed AutoBan Prevention if Invited
- 14/08/08 [2.5] - Added Timeout for !invite ban prevention
If your Not Running 0.5 Then you need This Module HereBug Fix (unable to change attachments):
Line 314: unset($this -> invites[$name])
should be: unset($this -> invites[$name]);