diff options
| author | 2016-05-22 22:43:33 -0400 | |
|---|---|---|
| committer | 2016-05-22 22:46:59 -0400 | |
| commit | 4d188c1afce5f87c4d3c8b7d0b44695324759b10 (patch) | |
| tree | 1601cda040d69b84ba10d8da3c89224de1587205 /src/kvilib/ext/KviRegisteredUserDataBase.cpp | |
| parent | KviIrcToolbar: add last measured to IRC Ctxt widget (diff) | |
| download | KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.gz KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.tar.bz2 KVIrc-4d188c1afce5f87c4d3c8b7d0b44695324759b10.zip | |
wheeeeeeeeee
Diffstat (limited to 'src/kvilib/ext/KviRegisteredUserDataBase.cpp')
| -rw-r--r-- | src/kvilib/ext/KviRegisteredUserDataBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/ext/KviRegisteredUserDataBase.cpp b/src/kvilib/ext/KviRegisteredUserDataBase.cpp index 90ddba217..d9bb6b3a3 100644 --- a/src/kvilib/ext/KviRegisteredUserDataBase.cpp +++ b/src/kvilib/ext/KviRegisteredUserDataBase.cpp @@ -94,8 +94,8 @@ and you're implementing an auto-kick system, the correct mask to register is [i]Eddie!*@*.org[/i]. [br][br] KVIrc tries to be smart, and always find the most correct match for a user: - If you have two masks registered: [b]Pragma!*xor@*.myisp.it[/b] and [b]*!*@*.myisp.it[/b], - KVIrc will match [b]Pragma!~xor@233-dyn.myisp.it[/b] with the first one even if the second + If you have two masks registered: [b]Pragma!*xor@*.myisp.it[/b] and [b]*!*@*.myisp.it[/b], + KVIrc will match [b]Pragma!~xor@233-dyn.myisp.it[/b] with the first one even if the second one also matches; the first one however, is a best match. [br][br] [big]Properties[/big][br] |
