aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviRegisteredUserDataBase.cpp
diff options
context:
space:
mode:
authorGravatar staticfox2016-04-23 20:30:59 -0400
committerGravatar staticfox2016-04-23 20:30:59 -0400
commitabebcbc903cd5bcd567f94e602b1dbc3ae226fae (patch)
tree2fc27017ee5030a4f008e022162dbebf90c23b8f /src/kvilib/ext/KviRegisteredUserDataBase.cpp
parentFix extraction of sources-date from git (diff)
downloadKVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.gz
KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.tar.bz2
KVIrc-abebcbc903cd5bcd567f94e602b1dbc3ae226fae.zip
general: Typo fixes
Diffstat (limited to 'src/kvilib/ext/KviRegisteredUserDataBase.cpp')
-rw-r--r--src/kvilib/ext/KviRegisteredUserDataBase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/ext/KviRegisteredUserDataBase.cpp b/src/kvilib/ext/KviRegisteredUserDataBase.cpp
index 289694073..993b8c4b9 100644
--- a/src/kvilib/ext/KviRegisteredUserDataBase.cpp
+++ b/src/kvilib/ext/KviRegisteredUserDataBase.cpp
@@ -94,7 +94,7 @@
On the other hand, if you dislike the users with the nickname Eddie that come from .org
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 an user:
+ 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
one also matches; the first one however, is a best match.
@@ -106,7 +106,7 @@
KVIrc recognizes some of these properties and associates semantic actions to it; other properties
are left for scripting extension. Property names are case insensitive.[br]
One of the recognized properties is the [i][doc:notify_list]notify[/doc][/i] property.[br][br]
- When an user is found to have this property set to a special value
+ When a user is found to have this property set to a special value
KVIrc will attempt to track the user presence on IRC.
Another one is the [doc:avatar]avatar[/doc] property. Its value should be the
name of the [i]default[/i] [doc:avatar]avatar image file[/doc] for the specified user.[br]