aboutsummaryrefslogtreecommitdiffstats
path: root/root_commands.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-14 22:30:25 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-14 22:30:25 +0200
commitc121f8945f7249520342ad86ff00f4986642ca0a (patch)
treeea45dd9d19f737005cfa9d8c5e6b60e303388d9e /root_commands.c
parent85e9644fe03cef7b83f3b3200943364e4eecaf14 (diff)
xml_load() works pretty well now.
Diffstat (limited to 'root_commands.c')
-rw-r--r--root_commands.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/root_commands.c b/root_commands.c
index 0e12e9ab..d44a36b7 100644
--- a/root_commands.c
+++ b/root_commands.c
@@ -141,8 +141,9 @@ static void cmd_identify( irc_t *irc, char **cmd )
irc_usermsg( irc, "Password accepted" );
irc_umode_set( irc, "+R", 1 );
break;
+ case STORAGE_OTHER_ERROR:
default:
- irc_usermsg( irc, "Something very weird happened" );
+ irc_usermsg( irc, "Unknown error while loading configuration" );
break;
}
}