(5/5)This add-on behaves like a MemoServ bot. You register with a password and then you will be able to send messages via the BOT to other nicknames. The bot acts like a Mailbox/Memo service and whenever the nickname is online, the bot notifies the nickname that there is a memo waiting to be read.
The bot provides a help command too.
When you send/read memos you send the command to the bot via '/msg' but the bot replies via '/notice'.
Data is stored in Hash Tables, in order to retrieve it faster and that gives more functionality to the add-on.
While reading the code and testing the add-on I noticed that nicknames and messages are stored with the network name, which will prevent mixing between nicknames as the bot might be connected to more than one IRC network.
The bot works smoothly.
Tthe author has also included flood protection, in order to protect the bot from being flooded, well done.