From df2dfb7270cd822eb88f0c9650c684611f425754 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Mon, 18 May 2020 05:11:44 -0400 Subject: [PATCH] HistServ is a real service now, remove special casing --- irc/nickname.go | 1 - 1 file changed, 1 deletion(-) diff --git a/irc/nickname.go b/irc/nickname.go index 1adf0f55..d9b9d316 100644 --- a/irc/nickname.go +++ b/irc/nickname.go @@ -18,7 +18,6 @@ import ( var ( restrictedNicknames = []string{ "=scene=", // used for rp commands - "HistServ", // used to play back JOIN, PART, etc. to legacy clients } restrictedCasefoldedNicks = make(map[string]bool)