day -> 1day, hour -> 1hour

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3084 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-12-29 16:02:49 +00:00 committed by cras
commit 43020c2e5f
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ static void cmd_unnotify(const char *data)
void notifylist_commands_init(void)
{
settings_add_time("misc", "notify_idle_time", "hour");
settings_add_time("misc", "notify_idle_time", "1hour");
command_bind("notify", NULL, (SIGNAL_FUNC) cmd_notify);
command_bind("unnotify", NULL, (SIGNAL_FUNC) cmd_unnotify);