-
Notifications
You must be signed in to change notification settings - Fork 20
Memo registration and ownership
ChanServ can be found under the 'help' tab of the client and allows you register and moderate memos/channels. Registering a memo lets you keep OP after leaving the memo and allows you to actually moderate your memo and ban users.
To register memos, you need to have registered with nickServ and be logged in.
To get a full list of chanServ's commands, message help
to chanServ after signing in.
To register a memo, you first need to be an OP in an unregistered memo, then message register #memo
to chanServ.
For more info, message help register
to chanServ.
(The /msg command isn't available on Pesterchum, you have to directly message the bot instead.)
Memo owners are by default protected , which means they cannot be kicked by normal OPs. To temporarily grant protection to someone else, message protect [#memo] [user]
to chanServ.
To set an entry message, message entrymsg [#memo] add [message]
to chanServ.
To make chanServ stay in a memo and always keep the memo open, message set persist [#memo] on
to chanServ.
To permanently ban a user from your memo, message ban [#memo] [user] [reason]
to chanServ. This will ban the user by IP address.
To unban a user, use unban [#memo] [user]
.
With chanServ's mode
command you can set any mode available on the server on the memo, not just basic ones like invite-only and hidden. Use mode [#memo] set [+mode]
to set a mode on the memo.
A more useful feature is to set modes permanently with mode lock
, this way a mode stays even after a memo is emptied out, and normal channel OPs won't be able to change it. This helps ensure secret/invite-only memos don't accidentally become public. To set a memo to be permanently invite only, use mode #memo lock add +i
, to set a memo to be permanently hidden, use mode #memo lock add +s
.
For a full list of available modes see the list in the UnrealIRCd documentation. Message help mode
to chanServ to see a full write-up on the command's usage.
To make other chums moderators of the memo, use the access
command, this user should also have registered. The command is: access [#memo] add [user] [level]
, with level being the level of permissions to grant the user. The most useful available levels are autoop
, autoprotect
, autoowner
.