aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/my/libkvimy.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-10-08 13:31:51 +0100
committerGravatar un1versal2015-10-08 17:39:58 +0100
commit4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch)
treefde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/my/libkvimy.cpp
parent[ci skip] no strings - cpp files - typo corrections (diff)
downloadKVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.gz
KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.tar.bz2
KVIrc-4916057361fc8ce13f63e36b993f20a1e4aa7e1c.zip
[ci skip] cpp file typos and capitalization corrections
Diffstat (limited to 'src/modules/my/libkvimy.cpp')
-rw-r--r--src/modules/my/libkvimy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/my/libkvimy.cpp b/src/modules/my/libkvimy.cpp
index 4f0e5fd5a..1f9d60bf4 100644
--- a/src/modules/my/libkvimy.cpp
+++ b/src/modules/my/libkvimy.cpp
@@ -44,12 +44,12 @@ Idle* g_pIdle;
if(!c->parameterList()->count()) \
{ \
if(c->window()->console()) wnd = c->window()->console(); \
- else c->warning(__tr2qs("This window has no associated irc context")); \
+ else c->warning(__tr2qs("This window has no associated IRC context")); \
} \
else \
{ \
wnd = g_pApp->findConsole(uiWnd); \
- if(!wnd)c->warning(__tr2qs("No such irc context (%d)"),uiWnd); \
+ if(!wnd)c->warning(__tr2qs("No such IRC context (%d)"),uiWnd); \
}
/*
@doc: my.nick
@@ -62,8 +62,8 @@ Idle* g_pIdle;
@syntax:
<string> $my.nick([irc_context_id:uint])
@description:
- Returns the nickname of the current irc context.[br]
- If the irc context is not connected then an empty string is returned.[br]
+ Returns the nickname of the current IRC context.[br]
+ If the IRC context is not connected then an empty string is returned.[br]
If <irc_context_id> is specified this function returns acts as it was called
in that irc_context.[br]
Note that this function is different from [fnc]$me[/fnc] that will work also in a DCC CHAT.[br]