diff options
| author | 2008-03-18 13:38:30 +0000 | |
|---|---|---|
| committer | 2008-03-18 13:38:30 +0000 | |
| commit | f839b9017977b55db3248f2f8222a2011603ad04 (patch) | |
| tree | 6b3e85a8aa1face08292a611878ee9049bf47518 /data/defscript | |
| parent | fixed a typo, thx to SpeedyGhost (diff) | |
| download | KVIrc-f839b9017977b55db3248f2f8222a2011603ad04.tar.gz KVIrc-f839b9017977b55db3248f2f8222a2011603ad04.tar.bz2 KVIrc-f839b9017977b55db3248f2f8222a2011603ad04.zip | |
Fix for regusers stuff: please test
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1229 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data/defscript')
| -rw-r--r-- | data/defscript/aliases.kvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defscript/aliases.kvs b/data/defscript/aliases.kvs index d30d4f049..fe259863e 100644 --- a/data/defscript/aliases.kvs +++ b/data/defscript/aliases.kvs @@ -565,7 +565,7 @@ alias(ignore) # And finally set the property (use -n so the notify lists will be restarted) # Check if ignore or unignore the user - if(!$sw(r)) + if(!$sw(r,remove)) { reguser.setproperty $0 IgnoreEnabled 1 reguser.setproperty $0 IgnoreAll 1 |
