X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/964abe6bbe1247063a151d0c14a8f2ad02d366fc..6a64b9cea9d7f537ce31c8df38fd738a3657fc39:/src/opserv.c diff --git a/src/opserv.c b/src/opserv.c index be3d10b..6ef3040 100644 --- a/src/opserv.c +++ b/src/opserv.c @@ -30,7 +30,7 @@ #include "saxdb.h" #include "shun.h" -#include +#include #ifdef HAVE_SYS_TIMES_H #include @@ -288,7 +288,7 @@ static const struct message_entry msgtab[] = { { "OSMSG_ROUTINGPLAN_NAME", "$b%s:$b" }, { "OSMSG_ROUTINGPLAN_SERVER"," %s:%d <-- %s[%d/%s] (%s)" }, { "OSMSG_ADDPLAN_SUCCESS", "Added new routing plan '%s'." }, - { "OSMSG_ADDPLAN_FAILURE", "Could not add new plan '%s' (does it already exist?)." }, + { "OSMSG_ADDPLAN_FAILED", "Could not add new plan '%s' (does it already exist?)." }, { "OSMSG_INVALID_PLAN", "That routing plan name is not valid." }, { "OSMSG_PLAN_DELETED", "The routing plan was sucessfully deleted." }, { "OSMSG_PLAN_NOT_FOUND", "There is no routing plan called '%s'." },