diff options
author | Peter Powell <petpow@saberuk.com> | 2018-09-12 14:37:38 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-09-16 12:38:14 +0100 |
commit | 9a312de26b742e9c399a84a70b175a88fb4bc1ac (patch) | |
tree | 4bc9e3344d8e16abdda0ad2af39737d8c7f99df4 /docs/conf | |
parent | 7e9ec8e49060024033efe55342c933b86288e31c (diff) |
Improvements to the hostchange module.
- Get rid of <host> and merge the prefix and suffix values into the
<hostchange> value.
- Remove the 'suffix' action. This has been replaced by the 'set'
action.
- Add the 'addaccount' action. This adds the users account to their
hostname.
- Use the <hostname:charmap> characters when removing invalid chars
in addnick mode.
- Allow multiple entries on each hostmask so that they can fall
through if a certain value is not acceptable.
Closes #816.
Closes #1001.
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/modules.conf.example | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index bc90c7b14..5635e717a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -927,11 +927,10 @@ # # # See https://wiki.inspircd.org/Modules/3.0/hostchange for help. # # # -#<host suffix="invalid.org" separator="." prefix=""> -#<hostchange mask="*@42.theanswer.example.org" action="addnick"> -#<hostchange mask="*root@*" action="suffix"> +#<hostchange mask="*@42.theanswer.example.org" action="addaccount" suffix=".users.example.com"> +#<hostchange mask="*root@*" action="addnick" prefix="example/users/"> #<hostchange mask="a@example.com" action="set" value="foo.bar.baz"> -#<hostchange mask="localhost" ports="7000,7001,7005-7007" action="set" value="blahblah.foo"> +#<hostchange mask="*@localhost" ports="7000,7001,7005-7007" action="set" value="blahblah.foo"> # hostcycle: If loaded, when a user gets a host or ident set, it will # cycle them in all their channels. If not loaded it will simply change |