aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/links/libkvilinks.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-30 17:45:10 +0000
committerGravatar un1versal2015-12-05 12:06:02 +0000
commit083423fda454cdbf5d71ea34185f3aa780719984 (patch)
tree1961e6c1b77be7e5aec50449aef1ef20dc240c38 /src/modules/links/libkvilinks.cpp
parentbuild_detector: capitalization and copytight header consistency fix (diff)
downloadKVIrc-083423fda454cdbf5d71ea34185f3aa780719984.tar.gz
KVIrc-083423fda454cdbf5d71ea34185f3aa780719984.tar.bz2
KVIrc-083423fda454cdbf5d71ea34185f3aa780719984.zip
libkvilinks: capitalization and copyright header consistency fixes
Diffstat (limited to 'src/modules/links/libkvilinks.cpp')
-rw-r--r--src/modules/links/libkvilinks.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/modules/links/libkvilinks.cpp b/src/modules/links/libkvilinks.cpp
index 24c265222..8b2a586db 100644
--- a/src/modules/links/libkvilinks.cpp
+++ b/src/modules/links/libkvilinks.cpp
@@ -3,6 +3,7 @@
// File : libkvilinks.cpp
// Creation date : Thu Dec 21 2000 12:39:12 CEST by Szymon Stefanek
//
+// This file is part of the KVIrc IRC client distribution
// Copyright (C) 2000-2010 Szymon Stefanek (pragma at kvirc dot net)
//
// This program is FREE software. You can redistribute it and/or
@@ -40,11 +41,11 @@ KviPointerList<LinksWindow> * g_pLinksWindowList = 0;
@title:
links.open
@short:
- Opens a Links window
+ Opens a links window
@syntax:
links.open
@description:
- Opens a "links" window attached to the current IRC context.[br]
+ Opens a links window attached to the current IRC context.[br]
The links window handles the RPL_LINKS server replies and shows
them in a Tree-View form: this is useful in visualizing the
current network connections.[br]
@@ -55,7 +56,7 @@ KviPointerList<LinksWindow> * g_pLinksWindowList = 0;
for a "local IRC network"; if you're requesting links from a server that is
external to the gateway, the servers internal to the network "behind the gateway"
will not be shown; in the extreme case you will see the gateway as leaf node (and it isn't).
- To see the internal network server tree you might request LINKS from the gateway server.[br]
+ To see the internal network server tree you might request links from the gateway server.[br]
*/
static bool links_kvs_cmd_open(KviKvsModuleCommandCall * c)