1
0
mirror of https://github.com/irssi/irssi.git synced 2024-08-04 03:34:18 -04:00

The setting is of course "cmdchars", not "cmdchar"

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2958 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-10-14 18:35:59 +00:00 committed by cras
parent 36ad96ed2c
commit 80a3674acb

View File

@ -323,7 +323,7 @@ static char *expando_cmdchar(SERVER_REC *server, void *item, int *free_ret)
{
char str[2] = { 0, 0 };
str[0] = *settings_get_str("cmdchar");
str[0] = *settings_get_str("cmdchars");
*free_ret = TRUE;
return g_strdup(str);