aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kike.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kike.c b/src/kike.c
index 3d3817a..0082179 100644
--- a/src/kike.c
+++ b/src/kike.c
@@ -552,7 +552,7 @@ static const char *g_default_replies[] =
[IRC_ERR_NONICKNAMEGIVEN] = ":No nickname given",
[IRC_ERR_ERRONEOUSNICKNAME] = "%s :Erroneous nickname",
[IRC_ERR_NICKNAMEINUSE] = "%s :Nickname is already in use",
- [IRC_ERR_NOTREGISTERED] = "%s :You have not registered",
+ [IRC_ERR_NOTREGISTERED] = ":You have not registered",
[IRC_ERR_NEEDMOREPARAMS] = "%s :Not enough parameters",
[IRC_ERR_ALREADYREGISTERED] = ":Unauthorized command (already registered)",
};