aboutsummaryrefslogtreecommitdiff
path: root/docs/help
diff options
context:
space:
mode:
authorGravatar jesopo2019-07-03 11:26:08 +0100
committerGravatar jesopo2019-07-03 11:26:08 +0100
commit7919b01baf907438f3f7bee48ede38005a56c4ca (patch)
tree63d51d357a245562236af3e9be8d850c210c5046 /docs/help
parentunset saved channel key on -k (diff)
signature
update setup.md to reflect new `!perform` interface
Diffstat (limited to 'docs/help')
-rw-r--r--docs/help/setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/setup.md b/docs/help/setup.md
index 67881ca0..0716fe85 100644
--- a/docs/help/setup.md
+++ b/docs/help/setup.md
@@ -31,7 +31,7 @@ Configure the bot to use SASL to authenticate (usually used for `NickServ` ident
### Commands on-connect
-The `perform.py` module allows the bot to execute a saved list of raw IRC commands against a server it's connecting to. Use `/msg <bot> performadd <raw irc command>` to add to the current server's list of commands (`%nick%` in a raw command will be replaced with the bot's current nick.)
+The `perform.py` module allows the bot to execute a saved list of raw IRC commands against a server it's connecting to. Use `/msg <bot> perform add <raw irc command>` to add to the current server's list of commands (`{NICK}` in a raw command will be replaced with the bot's current nick.)
### Config options