mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-19 05:58:10 -07:00
Merge pull request #1048 from slingamn/documentation_fixes
documentation fixes
This commit is contained in:
@@ -927,6 +927,10 @@ func LoadConfig(filename string) (config *Config, err error) {
|
||||
config.Accounts.Multiclient.AllowedByDefault = true
|
||||
}
|
||||
|
||||
if config.Accounts.NickReservation.ForceNickEqualsAccount && !config.Accounts.Multiclient.Enabled {
|
||||
return nil, errors.New("force-nick-equals-account requires enabling multiclient as well")
|
||||
}
|
||||
|
||||
// handle guest format, including the legacy key rename-prefix
|
||||
if config.Accounts.NickReservation.GuestFormat == "" {
|
||||
renamePrefix := config.Accounts.NickReservation.RenamePrefix
|
||||
|
||||
@@ -83,6 +83,7 @@ Oragono supports the following server notice masks for operators:
|
||||
t | Local /STATS usage.
|
||||
u | Local client account actions.
|
||||
x | Local X-lines (DLINE/KLINE/etc).
|
||||
v | Local vhost changes.
|
||||
|
||||
To set a snomask, do this with your nickname:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user