From: NurPech Date: Mon, 20 May 2013 18:53:06 +0000 (+0200) Subject: Merge branch 'master' of ssh://gitosis@git.pk910.de:16110/srvx.git X-Git-Url: http://git.pk910.de/?p=srvx.git;a=commitdiff_plain;h=652c3f9f94dbe20e4c138914f10f6c2ee1da6dfa;hp=e6145a3a8a05920c9f8bbee0cde18d437ef2c935 Merge branch 'master' of ssh://gitosis@git.pk910.de:16110/srvx.git --- diff --git a/src/chanserv.c b/src/chanserv.c index a0e03c2..23e8e63 100644 --- a/src/chanserv.c +++ b/src/chanserv.c @@ -156,7 +156,7 @@ static const struct message_entry msgtab[] = { { "CSMSG_MUST_BE_OPPED", "You must be a channel operator in $b%s$b to register it." }, { "CSMSG_PROXY_FORBIDDEN", "You may not register a channel for someone else." }, { "CSMSG_OWN_TOO_MANY", "%s already owns enough channels (at least %d); use FORCE to override." }, - { "CMSG_ALERT_REGISTERED" "%s registered to %s by %s." }, + { "CMSG_ALERT_REGISTERED", "%s registered to %s by %s." }, /* Do-not-register channels */ { "CSMSG_NOT_DNR", "$b%s$b is not a valid channel name or *account." }, @@ -179,7 +179,7 @@ static const struct message_entry msgtab[] = { { "CSMSG_UNREG_NODELETE", "$b%s$b is protected from unregistration." }, { "CSMSG_CHAN_SUSPENDED", "$b$C$b access to $b%s$b has been temporarily suspended (%s)." }, { "CSMSG_CONFIRM_UNREG", "To confirm this unregistration, you must use 'unregister %s'." }, - { "CMSG_ALERT_UNREGISTERED" "%s %s" }, + { "CMSG_ALERT_UNREGISTERED", "%s %s" }, /* Channel moving */ { "CSMSG_MOVE_SUCCESS", "Channel registration has been moved to $b%s$b." },