diff mcabber/src/screen.c @ 1511:e1c34d251e39

Removed the "/color mucnick <nick> !" command, Update EN/RU/UK help files The option is not needed anymore, because nick colors are permanent for the same nicks.
author Maxim Vuets <maxim.vuets@gmail.com>
date Sun, 31 Aug 2008 17:45:26 +0200
parents f6d4e20b9caa
children 9d78b571e693
line wrap: on
line diff
--- a/mcabber/src/screen.c	Sun Aug 31 17:40:00 2008 +0200
+++ b/mcabber/src/screen.c	Sun Aug 31 17:45:26 2008 +0200
@@ -299,15 +299,6 @@
     g_free(snick);//They are not saved in the hash
     g_free(mnick);
     need_update = TRUE;
-  } else if (!strcmp(color, "!")) {
-    if (nickcolors) {
-      g_free(g_hash_table_lookup(nickcolors, snick));
-      g_hash_table_remove(nickcolors, snick);
-      g_hash_table_remove(nickcolors, mnick);
-    }
-    g_free(snick);//They are not saved in the hash
-    g_free(mnick);
-    need_update = TRUE;
   } else {
     ccolor * cl = get_user_color(color);
     if (!cl) {