diff options
Diffstat (limited to 'lang/gr.l')
-rw-r--r-- | lang/gr.l | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1744,6 +1744,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 Το Bot %s δεν υπάρχει. BOT_NOT_ASSIGNED @@ -4918,6 +4939,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 Οι εντολές του %S είναι:: GLOBAL Στέλνει μήνυμα σε όλους τους χρήστες |