From c2bb107917a8ac438fc608ec7a59fb852a6220aa Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 11 Jan 2020 21:11:07 -0800 Subject: [PATCH] README.md: add links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0438040e..f0719b9b 100644 --- a/README.md +++ b/README.md @@ -203,11 +203,11 @@ For more information about the virtual machine, see the [Virtual Machine documen ### Useful IRC command improvements -* `mode` command can take wildcards, e.g. `mode +ov foo* bar*` to op nicks beginning with `foo` and voice nicks beginning with `bar` +* [`mode`](doc/Admin.md#mode) command can take wildcards, e.g. `mode +ov foo* bar*` to op nicks beginning with `foo` and voice nicks beginning with `bar` * `unban ` and `unmute ` can remove all bans/mutes matching ``'s hostmask or account -* `ban` and `mute` will intelligently set banmasks; supports timeouts -* `ban` and `mute` can take a comma-separate list of nicks. Will intelligently group them into multiple `MODE +bbbb` commands -* `kick` can take a comma-separated list of nicks; accepts wildcards +* [`ban`](doc/Admin.md#banmute) and [`mute`](doc/Admin.md#banmute) will intelligently set banmasks; supports timeouts +* [`ban`](doc/Admin.md#banmute) and [`mute`](doc/Admin.md#banmute) can take a comma-separate list of nicks. Will intelligently group them into multiple `MODE +bbbb` commands +* [`kick`](doc/Admin.md#kick) can take a comma-separated list of nicks; also accepts wildcards * and much, much, more ### Channel management