Difference between revisions of "Anope 2 Changes"
m (→Mode Lock: keepmodes) |
(typos, clarifications, missing #ch in /cs register) |
||
Line 17: | Line 17: | ||
Now: /msg botserv set fantasy #channel on | Now: /msg botserv set fantasy #channel on | ||
− | We think that fantasy got reset | + | We think that fantasy got reset to off for everybody. |
=== !tkb === | === !tkb === | ||
Line 23: | Line 23: | ||
The !tkb command has been removed in favor of a time parameter in !ban | The !tkb command has been removed in favor of a time parameter in !ban | ||
− | Now: | + | Now: !ban +1h user |
− | + | <p>(kicks the user as well) | |
− | <p>(kicks as well) | ||
== Identification == | == Identification == | ||
Line 39: | Line 38: | ||
== Channel Passwords == | == Channel Passwords == | ||
− | Channel passwords have been removed completely. | + | Channel passwords have been removed completely, the channel-description is optional. |
+ | |||
+ | Before: /msg chanserv register #channel channel-password channel-description | ||
+ | |||
+ | Now: /msg chanserv register #channel [channel-description] | ||
+ | |||
+ | CAUTION: DO NOT put any password here, otherwise it will be part of the channel-description! | ||
− | |||
Before: /msg chanserv identify #channel channel-password | Before: /msg chanserv identify #channel channel-password | ||
− | |||
− | |||
Now: No identify command. | Now: No identify command. |
Revision as of 14:23, 2 March 2015
The Mibbit network recently updated from Anope v.1.8 to v.2.0. This has caused certain services commands to change.
Contents
Set Command
Before: /msg someserv set target setting option
Now: /msg someserv set setting target option
Fantasy
Enabling
Enabling fantasy is now found on botserv.
Before: /msg chanserv set #channel fantasy on
Now: /msg botserv set fantasy #channel on
We think that fantasy got reset to off for everybody.
!tkb
The !tkb command has been removed in favor of a time parameter in !ban
Now: !ban +1h user
(kicks the user as well)
Identification
You can now identify to your nickserv account while being on another nickname.
Before: Not possible.
Now: /msg nickserv identify [your-account] your-password
If you leave the account off, it uses your current nickname.
Channel Passwords
Channel passwords have been removed completely, the channel-description is optional.
Before: /msg chanserv register #channel channel-password channel-description
Now: /msg chanserv register #channel [channel-description]
CAUTION: DO NOT put any password here, otherwise it will be part of the channel-description!
Before: /msg chanserv identify #channel channel-password
Now: No identify command.
Multiple Owners
You can now set multiple owners to a channel by adding them to the QOP list.
Before: Give channel password to other owners.
Now: /cs qop #chan add nick
Mode Lock
Chanserv's mlock has been replaced with a modes command.
See /msg chanserv help keepmodes for information.
Access / XOP / Flags
Chanserv now lets you use any of Access, XOP, and Flags at the same time. Flags are new in Anope 2.0.
/cs set #ch XOP {ON | OFF} is gone.