Setting up MemoServ
MemoServ provides essential network management tools for IRC operators on the IRC network.
#
MemoServ BlockThe memoserv{}
block contains settings specific to the MemoServ service bot.
A fully configured memoserv{}
block may look like:
memoserv { nick = "MemoServ"; user = "MemoServ"; host = "misconfigured.network"; real = "Memo Services"; maxmemos = 30;};
#
Services Bot OptionsMemoServ supports all standard services bot options.
#
maxmemosThis value sets the maximum amount of memos a user can have in their inbox.
Example: maxmemos = 30;
#
ModulesIn addition to loading the MemoServ service bot itself, these modules configure what SASL mechanisms your network will support.
Module | Features |
---|---|
modules/memoserv/main | Core components |
modules/memoserv/help | HELP command |
modules/memoserv/send | SEND command |
modules/memoserv/sendops | Send a memo to channel operators (SENDOPS command) |
modules/memoserv/sendgroup | Send a memo to a group (SENDGROUP command) |
modules/memoserv/list | LIST command |
modules/memoserv/read | READ command |
modules/memoserv/forward | FORWARD command |
modules/memoserv/delete | DELETE command |
modules/memoserv/ignore | IGNORE command |