diff options
| author | 2010-07-31 10:48:25 +0000 | |
|---|---|---|
| committer | 2010-07-31 10:48:25 +0000 | |
| commit | 63cd4adbe6602ce68d28ef73ecdcd225ad34fb64 (patch) | |
| tree | 2e9b3d07e62a81dfa2f9ebfa8c747724f25f9476 /data/defscript/aliases.kvs | |
| parent | forgot to remove debug strings in previous commit (diff) | |
| download | KVIrc-63cd4adbe6602ce68d28ef73ecdcd225ad34fb64.tar.gz KVIrc-63cd4adbe6602ce68d28ef73ecdcd225ad34fb64.tar.bz2 KVIrc-63cd4adbe6602ce68d28ef73ecdcd225ad34fb64.zip | |
fix for #865
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4720 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'data/defscript/aliases.kvs')
| -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 4c217e55e..33f25f25a 100644 --- a/data/defscript/aliases.kvs +++ b/data/defscript/aliases.kvs @@ -364,7 +364,7 @@ alias(ignore) # Now add the user (but do not replace old entries) - reguser.add $0 $mask($0,15); + reguser.add -f -q $0 $mask($0,15); # And finally set the property (use -n so the notify lists will be restarted) # Check if ignore or unignore the user |
