fix previous commit (one missing `)

This commit is contained in:
Aminda Suomalainen 2015-03-26 09:43:42 +02:00
parent 23650a8756
commit 6dc297ef43
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Some examples:
* HexChat: Open network list, select network and click `edit`, open tab
`Connect commands`, click `add` and type `umode -i`.
* WeeChat: `/set irc.server_default.command /mode $nick -i`
* ZNC: `/msg *status loadmod perform` and `/msg *perform add mode %nick% -i
* ZNC: `/msg *status loadmod perform` and `/msg *perform add mode %nick% -i`
* The same can also be done in webadmin and if you load perform for
user level, adding the command `mode %nick% -i` will set umode -i
on all networks.