change blanknick used for system message passing

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
. 2016-05-07 18:59:03 +12:00
parent bf17fdba0f
commit 319e0681d6

View File

@ -142,7 +142,7 @@ func (s *Server) RunWorker() {
func (s *Server) upstreamWorker() {
var BLANK_NICK = "PtokaX" // "\xC2\xA0"
var BLANK_NICK = "" // "!@" + s.name // "PtokaX" // "\xC2\xA0"
// Read loop
for {