From 62752db4c49a8679b51d5996003fd3a23c2a3f2d Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 25 Aug 2011 18:24:06 -0400 Subject: Rewrote mlock saving/loading code to not use this silly extensible hack --- modules/commands/cs_register.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/commands/cs_register.cpp') diff --git a/modules/commands/cs_register.cpp b/modules/commands/cs_register.cpp index e9344d362..1cc9b9c48 100644 --- a/modules/commands/cs_register.cpp +++ b/modules/commands/cs_register.cpp @@ -66,7 +66,6 @@ class CommandCSRegister : public Command else ci->last_topic_setter = source.owner->nick; - ci->bi = NULL; Log(LOG_COMMAND, u, this, ci); source.Reply(_("Channel \002%s\002 registered under your nickname: %s"), chan.c_str(), u->nick.c_str()); -- cgit