mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
/SET chanmode_verbose -> chanmode_expando_strip
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3179 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2563e6201f
commit
dbc8fd9a1a
@ -342,7 +342,7 @@ static char *expando_chanmode(SERVER_REC *server, void *item, int *free_ret)
|
|||||||
if (!IS_CHANNEL(item))
|
if (!IS_CHANNEL(item))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (settings_get_bool("chanmode_verbose"))
|
if (settings_get_bool("chanmode_expando_strip"))
|
||||||
return CHANNEL(item)->mode;
|
return CHANNEL(item)->mode;
|
||||||
|
|
||||||
*free_ret = TRUE;
|
*free_ret = TRUE;
|
||||||
@ -575,7 +575,7 @@ void expandos_init(void)
|
|||||||
#endif
|
#endif
|
||||||
settings_add_str("misc", "STATUS_OPER", "*");
|
settings_add_str("misc", "STATUS_OPER", "*");
|
||||||
settings_add_str("lookandfeel", "timestamp_format", "%H:%M");
|
settings_add_str("lookandfeel", "timestamp_format", "%H:%M");
|
||||||
settings_add_bool("lookandfeel", "chanmode_verbose", TRUE);
|
settings_add_bool("lookandfeel", "chanmode_expando_strip", TRUE);
|
||||||
|
|
||||||
client_start_time = time(NULL);
|
client_start_time = time(NULL);
|
||||||
last_sent_msg = NULL; last_sent_msg_body = NULL;
|
last_sent_msg = NULL; last_sent_msg_body = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user