From 6dc297ef43eda2f6818648966df1b9256bf6580b Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 26 Mar 2015 09:43:42 +0200 Subject: [PATCH] fix previous commit (one missing `) --- _posts/2015-03-26-umode--i.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-03-26-umode--i.md b/_posts/2015-03-26-umode--i.md index 94d5de4..344ee88 100644 --- a/_posts/2015-03-26-umode--i.md +++ b/_posts/2015-03-26-umode--i.md @@ -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.