I need a script where:
It needs to be able to hold a userlist database to recognize who the bot administrator is (level 3), who staff members are (level 2), who customers are (level 2) and who are regular users (level1).
After that part is added, I need to:
- .AddMessage <Level> <Message> [Level4] (Adds a message users will be sent upon joining #ServerPhoenix.)
- .DelMessage <Level> [Level4] (Deletes the join message for the specified userlevel)
- .DelAllMessages [Level4] (Deletes all the join messages)
For example,
[17:40] <ServerPhoenixBoss> .AddMessage 3 Get your asses to work!
[17:40] * ChrisG has joined #ServerPhoenix
[17:40] * ChanServ sets mode: +o ChrisG
In private message...
[17:40] <PhoenixDrop> --- Staff Join Message for Saturday, July 2nd, 2005 ---
[17:40] <PhoenixDrop> Get your asses to work!
[17:40] <PhoenixDrop> ------------------- End of Message -------------------
If the message is for level 1 users, then it will say "Join Message"
If the message is for level 2 users, then it will say "Customer Join Message"
If the message is for level 4 users, then it will say "Admin Join Message"
Only the specified userlevel will be able to see the message set for them. For example,
a level 4 will not see a level 2 message and a level 3 will not see a level 1 etc. etc.
-Thanks a lot.