From 4916057361fc8ce13f63e36b993f20a1e4aa7e1c Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 8 Oct 2015 13:31:51 +0100 Subject: [ci skip] cpp file typos and capitalization corrections --- src/modules/my/libkvimy.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/my/libkvimy.cpp') 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: $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 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] -- cgit v1.3.1-10-gc9f91