From 5d6b4127ffc0f0a13edc634a477b0ced0d86b8c3 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Mon, 5 Sep 2016 23:00:21 +1000 Subject: [PATCH] registration: Fix comment --- irc/registration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/registration.go b/irc/registration.go index 913662d8..6c4d2753 100644 --- a/irc/registration.go +++ b/irc/registration.go @@ -19,7 +19,7 @@ import ( const ( keyAccountExists = "account %s exists" keyAccountVerified = "account %s verified" - keyAccountName = "account %s name" // stores the 'preferred name' of the account, casemapped appropriately + keyAccountName = "account %s name" // stores the 'preferred name' of the account, not casemapped keyAccountRegTime = "account %s registered.time" keyAccountCredentials = "account %s credentials" )