From eb17d3030f626402a6dd7934b997a15c65a0c4fa Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 27 Sep 2020 15:26:09 +0200 Subject: [PATCH] getting_started: fix mistake in plugin name. --- use/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use/getting_started.rst b/use/getting_started.rst index a6fb760..794d983 100644 --- a/use/getting_started.rst +++ b/use/getting_started.rst @@ -113,7 +113,7 @@ command to see how this command works. Here's how I often use it:: You may not have seen that '[hostmask]' syntax before. Supybot allows nested commands, which means that any command's output can be nested as an argument -to another command. The hostmask command from the Misc plugin returns the +to another command. The hostmask command from the User plugin returns the hostmask of a given nick, but if given no arguments, it returns the hostmask of the person giving the command. So the command above adds the hostmask I'm currently using to my user's list of recognized hostmasks. I'm only required