summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-11 02:40:08 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-11 02:40:08 +0200
commit7b0b86c9f7841217d4156503fbe004fdea54caeb (patch)
tree922ca548f754c82cde3ce59f7b8a680aacb36d9e /src/common/proto-irc.c
parenta98b95923b4cfc2b05bc570036f810d127aa6e90 (diff)
Nuke nickserv password field and some cosmetics
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c
index 5ea2c75c..7c73b5ab 100644
--- a/src/common/proto-irc.c
+++ b/src/common/proto-irc.c
@@ -102,7 +102,9 @@ static void
 irc_ns_ghost (server *serv, char *usname, char *pass)
 {
 	if (serv->loginmethod != 5)
+	{
 		irc_nickserv (serv, "GHOST", usname, " ", pass);
+	}
 }
 
 static void