From 7a2fe6850449bfc10d20bfad71c1fc1214e26f77 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 3 Jun 2015 13:28:24 +0300 Subject: [PATCH] (un)setting umodes: fix ZNC section --- _posts/2015-06-03-setting-umodes.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_posts/2015-06-03-setting-umodes.md b/_posts/2015-06-03-setting-umodes.md index beb84fa..260d945 100644 --- a/_posts/2015-06-03-setting-umodes.md +++ b/_posts/2015-06-03-setting-umodes.md @@ -28,10 +28,11 @@ client to (un)set them automatically. * now: `/set irc.server_default.command /mode $nick -iI+wRQxg` * [future?](https://github.com/weechat/weechat/issues/377) *write this if the future happens.* -* ZNC: `/msg *status loadmod perform` and `/msg *perform add mode %nick% -iI+wRQxg` +* ZNC: `/msg *status loadmod perform` and + `/msg *perform add mode %nick% -iI+wRQxg` * The same can also be done in webadmin and if you load perform for - user level, adding the command `mode %nick% -iI` will set umode -iI - on all networks. + user level, adding the command `mode %nick% -iI+wRQxg` will set + umode -iI+wrqXG on all networks. ### And what these umodes mean