diff options
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] |
