Difference between revisions of "Anope 2 Changes"
m (→Mode Lock: keepmodes) |
(→Registering Channels) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Set Command == | == Set Command == | ||
− | Before: /msg someserv set target setting option | + | Before: <code>/msg someserv set target setting option</code> |
− | Now: /msg someserv set setting target option | + | Now: <code>/msg someserv set setting target option</code> |
+ | |||
+ | some syntax has changed totally, e.g., <code>/cs help entrymsg</code> | ||
== Fantasy == | == Fantasy == | ||
Line 13: | Line 15: | ||
Enabling fantasy is now found on botserv. | Enabling fantasy is now found on botserv. | ||
− | Before: /msg chanserv set #channel fantasy on | + | Before: <code>/msg chanserv set #channel fantasy on</code> |
− | Now: /msg botserv set fantasy #channel on | + | Now: <code>/msg botserv set fantasy #channel on</code> |
− | We think that fantasy got reset | + | We think that fantasy got reset to off for everybody. |
=== !tkb === | === !tkb === | ||
− | The !tkb command has been removed in favor of a time parameter in !ban | + | The <code>!tkb</code> command has been removed in favor of a time parameter in <code>!ban</code> |
− | Now: | + | Now: <code>!ban +1h user</code> (kicks the user as well) |
− | |||
− | < | ||
== Identification == | == Identification == | ||
Line 31: | Line 31: | ||
You can now identify to your nickserv account while being on another nickname. | You can now identify to your nickserv account while being on another nickname. | ||
− | Before: | + | Before: <code>/msg nickserv identify your-password</code> |
− | Now: /msg nickserv identify [your-account] your-password | + | Now: <code>/msg nickserv identify [your-account] your-password</code> |
If you leave the account off, it uses your current nickname. | If you leave the account off, it uses your current nickname. | ||
Line 39: | Line 39: | ||
== Channel Passwords == | == Channel Passwords == | ||
− | Channel passwords have been removed completely. | + | Channel passwords have been removed completely, the channel-description is optional. |
+ | |||
+ | === Registering Channels === | ||
+ | |||
+ | Before: <code>/msg chanserv register #channel channel-password channel-description</code> | ||
+ | |||
+ | Now: <code>/msg chanserv register #channel [channel-description]</code> | ||
+ | |||
+ | '''CAUTION''': DO NOT put any password here, otherwise it will be part of the channel-description! | ||
− | + | === Identifying to ChanServ === | |
− | + | Identification to ChanServ has been completely removed. | |
− | + | Before: <code>/msg chanserv identify #channel channel-password</code> | |
Now: No identify command. | Now: No identify command. | ||
+ | |||
+ | === Dropping the Channel === | ||
+ | |||
+ | Before: <code>/msg chanserv drop #channel channel-password</code> | ||
+ | |||
+ | Now: <code>/msg chanserv drop #channel #channel</code> | ||
=== Multiple Owners === | === Multiple Owners === | ||
Line 55: | Line 69: | ||
Before: Give channel password to other owners. | Before: Give channel password to other owners. | ||
− | Now: /cs qop #chan add nick | + | Now: <code>/cs qop #chan add nick</code> |
== Mode Lock == | == Mode Lock == | ||
− | Chanserv's mlock has been replaced with a | + | Chanserv's mlock has been replaced with a "mode" command. |
− | See /msg chanserv help | + | See <code>/msg chanserv help mode</code> |
== Access / XOP / Flags == | == Access / XOP / Flags == | ||
Line 67: | Line 81: | ||
Chanserv now lets you use any of Access, XOP, and Flags at the same time. Flags are new in Anope 2.0. | Chanserv now lets you use any of Access, XOP, and Flags at the same time. Flags are new in Anope 2.0. | ||
− | / | + | <code>/msg chanserv set #channel XOP {ON | OFF}</code> is gone. |
+ | |||
+ | == Nickserv Ghost/Release/Recover == | ||
+ | |||
+ | All three commands do the same thing. Before they didn't. |
Latest revision as of 08:15, 14 June 2020
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
some syntax has changed totally, e.g., /cs help entrymsg
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: /msg nickserv identify your-password
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.
Registering Channels
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!
Identifying to ChanServ
Identification to ChanServ has been completely removed.
Before: /msg chanserv identify #channel channel-password
Now: No identify command.
Dropping the Channel
Before: /msg chanserv drop #channel channel-password
Now: /msg chanserv drop #channel #channel
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 "mode" command.
See /msg chanserv help mode
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.
/msg chanserv set #channel XOP {ON | OFF}
is gone.
Nickserv Ghost/Release/Recover
All three commands do the same thing. Before they didn't.