X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fbot_NeonServ.c;h=4a5de6955fdea3251bc3cfa4180d787b24d711f0;hb=3a909b1c8c0cd7198cbc6b13438b28a2c9b47e64;hp=5ef4c8beb7c31792837af5daf91cbbdf0c368701;hpb=41f8f0a14e2aaa05735ed3303ee0ffa260e192cd;p=NeonServV5.git diff --git a/src/bot_NeonServ.c b/src/bot_NeonServ.c index 5ef4c8b..4a5de69 100644 --- a/src/bot_NeonServ.c +++ b/src/bot_NeonServ.c @@ -91,6 +91,7 @@ static const struct default_language_entry msgtab[] = { {"NS_SUSPEND_RESTORED", "$b%s$b's access to $b%s$b has been restored." }, /* {ARGS: "TestUser", "#TestChan"} */ {"NS_DELME_KEY", "To really remove yourself, you must use 'deleteme %s'."}, /* {ARGS: "abc123"} */ {"NS_DELME_DONE", "Your $b%d$b access has been deleted from $b%s$b."}, /* {ARGS: 123, "#TestChan"} */ + {"NS_MYACCESS_SELF_ONLY", "You may only see the list of infolines for yourself (by using $bmyaccess$b with no arguments)."}, {"NS_MYACCESS_HEADER", "Showing all channel entries for account $b%s$b:"}, /* {ARGS: "TestAuth"} */ {"NS_MYACCESS_HEADER_MATCH", "Showing all channel entries for account $b%s$b matching %s:"}, /* {ARGS: "TestAuth", "#Test*"} */ {"NS_MYACCESS_HEADER_NAME", "Name"},