diff options
| author | 2015-10-08 13:31:51 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:58 +0100 | |
| commit | 4916057361fc8ce13f63e36b993f20a1e4aa7e1c (patch) | |
| tree | fde05d885169fb82b4fc4a0d43de4ef4d7f3e6ca /src/modules/my/libkvimy.cpp | |
| parent | [ci skip] no strings - cpp files - typo corrections (diff) | |
| download | KVIrc-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.cpp | 8 |
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] |
