updates
[silc.git] / apps / irssi / src / core / nicklist.c
index f9539ff3f246fe1eaeeab43b1b9b90a0c9f84bf3..96f6a8ea2b870e7398d338d6506e06aa522f07d3 100644 (file)
@@ -76,8 +76,6 @@ static void nick_hash_remove(CHANNEL_REC *channel, NICK_REC *nick)
 /* Add new nick to list */
 void nicklist_insert(CHANNEL_REC *channel, NICK_REC *nick)
 {
-       MODULE_DATA_INIT(nick);
-
        nick->type = module_get_uniq_id("NICK", 0);
         nick->chat_type = channel->chat_type;