X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fopserv.c;h=22f6d8697049cd96113107691ce29a7a2a6e0528;hb=0af3064ecc785cc8f341f9322c2047201687d86b;hp=ed09ccb33cfe5be631ed69b38d4ad346802dd4a5;hpb=85305eb03a55c6eda40783b68f3f728f4a147c06;p=srvx.git diff --git a/src/opserv.c b/src/opserv.c index ed09ccb..22f6d86 100644 --- a/src/opserv.c +++ b/src/opserv.c @@ -160,6 +160,7 @@ static const struct message_entry msgtab[] = { { "OSMSG_RAW_PARSE_ERROR", "Error parsing raw line (not dumping to uplink)." }, { "OSMSG_COLLIDED_NICK", "Now temporarily holding nick $b%s$b." }, { "OSMSG_RESERVED_NICK", "Now reserving nick $b%s$b." }, + { "OSMSG_NICK_UNRESERVED", "Nick $b%s$b is no longer reserve." }, { "OSMSG_NOT_RESERVED", "Nick $b%s$b is not reserved." }, { "OSMSG_ILLEGAL_REASON", "This channel is illegal." }, { "OSMSG_ILLEGAL_KILL_REASON", "Joined an illegal modeless channel - do not repeat." },