diff options
Diffstat (limited to 'lang/it.l')
-rw-r--r-- | lang/it.l | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1751,6 +1751,27 @@ MEMO_MAIL_TEXT3 ########################################################################### # Standard responses +MEMO_RSEND_PLEASE_WAIT + Please wait %d seconds before using the RSEND command again. +MEMO_RSEND_DISABLED + Sorry, RSEND has been disabled on this network. +MEMO_RSEND_SYNTAX + RSEND {nick | channel} memo-text +MEMO_RSEND_NICK_MEMO_TEXT + [auto-memo] The memo you sent has been viewed. +MEMO_RSEND_CHAN_MEMO_TEXT + [auto-memo] The memo you sent to %s has been viewed. +MEMO_RSEND_USER_NOTIFICATION + A notification memo has been sent to %s informing him/her you have + read his/her memo. + +########################################################################### +# +# BotServ messages +# +########################################################################### + +# Standard responses BOT_DOES_NOT_EXIST Il bot %s non esiste. BOT_NOT_ASSIGNED @@ -5046,6 +5067,23 @@ MEMO_HELP_SENDALL # ########################################################################### +MEMO_HELP_RSEND + Syntax: RSEND {nick | channel} memo-text + + Sends the named nick or channel a memo containing + memo-text. When sending to a nickname, the recipient will + receive a notice that he/she has a new memo. The target + nickname/channel must be registered. + Once the memo is read by its recepient, an automatic notification + memo will be sent to the sender informing him/her that the memo + has been read. + +########################################################################### +# +# OperServ help messages +# +########################################################################### + OPER_HELP Comandi di %S: GLOBAL Invia un messaggio a tutti gli utenti |