|
@@ -1227,7 +1227,7 @@ static void cmd_chaninfo(int idx, char *par)
|
|
|
/* FIXME: SHOW_CHAR() here */
|
|
/* FIXME: SHOW_CHAR() here */
|
|
|
get_mode_protect(chan, work, sizeof(work));
|
|
get_mode_protect(chan, work, sizeof(work));
|
|
|
dprintf(idx, "Protect modes (chanmode): %s\n", work[0] ? work : "None");
|
|
dprintf(idx, "Protect modes (chanmode): %s\n", work[0] ? work : "None");
|
|
|
- dprintf(idx, "Protect topic (topic) : %s\n", chan->topic[0] ? chan->topic : "");
|
|
|
|
|
|
|
+// dprintf(idx, "Protect topic (topic) : %s\n", chan->topic[0] ? chan->topic : "");
|
|
|
/* Chanchar template
|
|
/* Chanchar template
|
|
|
* dprintf(idx, "String temp: %s\n", chan->temp[0] ? chan->temp : "NULL");
|
|
* dprintf(idx, "String temp: %s\n", chan->temp[0] ? chan->temp : "NULL");
|
|
|
*/
|
|
*/
|