aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Harrison <me@jasonharrison.us>2017-02-10 18:22:49 -0500
committerSvetlana Tkachenko <svetlana@members.fsf.org>2017-02-12 23:59:08 +0000
commit0e8bf49e8616a7a5a589ad010cc99015ef0a1b62 (patch)
treeecf5f9cdf50be328471cde886641bd45439c00cd
parent4cc93a2fd846af7f20037b30affb03bb38dda235 (diff)
downloadguppy-0e8bf49e8616a7a5a589ad010cc99015ef0a1b62.tar.gz
guppy-0e8bf49e8616a7a5a589ad010cc99015ef0a1b62.tar.bz2
keep casing consistent
-rw-r--r--guppy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/guppy.py b/guppy.py
index 594275f..a8ff973 100644
--- a/guppy.py
+++ b/guppy.py
@@ -139,7 +139,7 @@ optional arguments:
self.set(currentNetwork, 'gecos', "What realname (gecos) should I use?")
self.set(currentNetwork, 'umodes', "What user modes should I enable upon connect?")
self.set(currentNetwork, 'owner_nick', "What is YOUR nick (used to auth, you can set password later)?")
- self.set(currentNetwork, 'ns_name', "What is my nickServ username (if there is none, press ENTER)?")
+ self.set(currentNetwork, 'ns_name', "What is my NickServ username (if there is none, press ENTER)?")
self.set(currentNetwork, 'ns_pwd', "What is my NickServ password (if there is none, press ENTER)?")
self.set(currentNetwork, 'srpass', "What server password should I use (used on private servers or for Services auth)?")
self.set(currentNetwork, 'port', "What port should I use? (+ for SSL)", "6667")

Return to:

Send suggestions and report system problems to the System administrator.