diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | lang/cat.l | 40 | ||||
-rw-r--r-- | lang/de.l | 43 | ||||
-rw-r--r-- | lang/en_us.l | 50 | ||||
-rw-r--r-- | lang/es.l | 37 | ||||
-rw-r--r-- | lang/fr.l | 45 | ||||
-rw-r--r-- | lang/gr.l | 30 | ||||
-rw-r--r-- | lang/hun.l | 24 | ||||
-rw-r--r-- | lang/it.l | 32 | ||||
-rw-r--r-- | lang/nl.l | 46 | ||||
-rw-r--r-- | lang/pl.l | 37 | ||||
-rw-r--r-- | lang/pt.l | 28 | ||||
-rw-r--r-- | lang/ru.l | 18 | ||||
-rw-r--r-- | lang/tr.l | 36 | ||||
-rw-r--r-- | src/core/os_oline.c | 2 | ||||
-rw-r--r-- | src/core/os_svsnick.c | 2 | ||||
-rw-r--r-- | src/core/os_umode.c | 2 | ||||
-rw-r--r-- | version.log | 4 |
18 files changed, 140 insertions, 337 deletions
@@ -49,6 +49,7 @@ Anope Version S V N 08/17 F Various InspIRCd issues. [#832] 08/18 F CS GETKEY response. [#880] 08/21 F Potential issues caused by not setting SO_REUSEADDR on socket. [ #00] +08/28 F Fixed several language & help related errors. [#875] Provided by Robin Burchell <w00t@inspircd.org> - 2008 08/08 F Strict warnings in send.c from comparing address of non-ptr [ #00] diff --git a/lang/cat.l b/lang/cat.l index cac07c8f5..8d5983226 100644 --- a/lang/cat.l +++ b/lang/cat.l @@ -448,8 +448,6 @@ NICK_SET_DISABLED Ho sento, el seteig de Opciós per nicknames esta temporalment inhabilitat. NICK_SET_UNKNOWN_OPTION Opcio SET desconeguda %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Opció SET desconoguda %s, o nickname no esta registrat. NICK_SET_OPTION_DISABLED Opció %s no pot ser establerta en aquesta xarxa. @@ -4197,9 +4195,9 @@ NICK_SERVADMIN_HELP_LIST If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the - NOEXPIRE flag set will be displayed. If all three options are - given, all three types of nicks will be displayed. These options - are limited to Services admins. + NOEXPIRE flag set will be displayed. If multiple options are + given, all nicks matching at least one option will be displayed. + These options are limited to Services admins. Exemples: @@ -5715,7 +5713,7 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Sintàxi: GLOBAL missatge - Permet als IRCops a enviar missatges als usuaris de + Permet als Administrators a enviar missatges als usuaris de la xarxa. El missatge sera enviat desde el nick %s. OPER_HELP_STATS @@ -5836,21 +5834,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntax: UMODE user modes - Allows Services admins to set user modes for any user. + Allows Super Admins to set user modes for any user. Parameters are the same as for the standard /MODE command. - - Limited to Services admins. OPER_HELP_OLINE Syntax: OLINE user flags - Allows Services admins to give Operflags to any user. + Allows Super Admins to give Operflags to any user. Flags have to be prefixed with a "+" or a "-". To remove all flags simply type a "-" instead of any flags. - Limited to Services admins. - OPER_HELP_CLEARMODES Sintàxi: CLEARMODES canal [ALL] @@ -5876,8 +5870,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick newnick Forcefully changes a user's nickname from nick to newnick. - - Limited to Services admins + Limited to Super Admins. OPER_HELP_AKILL Sintàxi: AKILL ADD [+expiració] mascara raó @@ -6125,7 +6118,9 @@ OPER_HELP_SET_LOGCHAN channel as well as the log file. LogChannel must also be defined in the Services configuration file for this setting to be of any use. - + + This option is equivalent to the command-line option -logchan. + Note: This can have strong security implications if your log channel is not properly secured. @@ -6176,7 +6171,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Sintàxi: NOOP SET servidor @@ -6269,19 +6264,6 @@ OPER_HELP_RESTART Limitat a administradors de serveis. -OPER_HELP_KILLCLONES - Sintàxi: KILLCLONES nick - - Killeja tots els usuaris amb el mateix host a nick. - Un AKILL temporal, de la forma *@host, es afegit - per prevenir al client ofensor de reconnectar-se - inmediatament. Un wallops es tambe enviat indicant - qui utilitza la comanda, quin host fou afectat i quants - usuaris van ser killejats. Aquesta comanda és útil per - eliminar multiples clons de la xarxa. - - Limitat a operadors de serveis. - OPER_HELP_CHANLIST Sintàxi: CHANLIST [{patró | nick} [SECRET]] @@ -466,8 +466,6 @@ NICK_SET_DISABLED Das Ändern der Optionen wurde deaktiviert. NICK_SET_UNKNOWN_OPTION Unbekannte SET Option %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Unbekannte SET Option %s, oder der Nickname ist nicht registriert. NICK_SET_OPTION_DISABLED Option %s kann in diesem Netzwerk nicht benutzt werden. @@ -4227,12 +4225,13 @@ NICK_SERVADMIN_HELP_LIST NOEXPIRE eingeschaltet ist, werden ein ! vor ihrem Eintrag in der Liste haben. - Wenn die Option FORBIDDEN, SUSPENDED, NOEXPIRE oder UNCONFIRMED angegeben wird, - werden nur Nicknamen angezeigt die das entsprechene Muster haben - (FORBIDDEN, SUSPENDED, UNCONFIRMED oder NOEXPIRE). Wenn alle 3 Optionen angegeben - werden, werden alle Nicknamen angezeigt die den 3 Muster entsprechen. + Wenn die Option FORBIDDEN, SUSPENDED, NOEXPIRE oder UNCONFIRMED + angegeben wird, werden nur Nicknamen angezeigt die das entsprechene + Muster haben (FORBIDDEN, SUSPENDED, UNCONFIRMED oder NOEXPIRE). + Wenn mehr Optionen angegeben werden, werden alle Nicknamen angezeigt + die den Muster entsprechen. - Diese Funktion ist beschränkt auf Services Administratoren. + Diese optionen ist beschränkt auf Services Administratoren. Beispiele: @@ -5346,7 +5345,7 @@ CHAN_SERVADMIN_HELP_LIST dem Eintrag haben. Wird FORBIDDEN oder NOEXPIRE angegeben, werden nur Channels - mit dem entsprechenden Flag angezeigt. Werden beide Optionen + mit dem entsprechenden Flag angezeigt. Werden mehr Optionen angegeben, werden nur Channels angezeigt, die mindestens eins der entsprechenden Flags gesetzt haben. Diese Funktionen sind beschränkt auf Services Administratoren. @@ -5741,7 +5740,7 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Syntax: GLOBAL Nachricht - Ermöglicht IRCops eine Nachricht an alle User auf + Ermöglicht Administratoren eine Nachricht an alle User auf dem Netzwerk zu senden. Die Nachricht wird als Absender %s tragen. @@ -5866,14 +5865,14 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntax: UMODE User Modi - Erlaubt es Services Administratoren die Usermodi eines + Erlaubt es Super Adminstratoren die Usermodi eines beliebigen Users zu ändern. Der Paramater hat das gleiche Format wie der normale /MODE Befehl. OPER_HELP_OLINE Syntax: OLINE User Flags - Erlaubt es Services Administratoren einem User Operflags + Erlaubt es Super Adminstratoren einem User Operflags zu setzen.Den Flags muss ein "+" oder ein "-" vorangestellt werden. Um alle Operflags zu entfernen, nutze einfach ein "-" ohne Operflags. @@ -5888,7 +5887,7 @@ OPER_HELP_CLEARMODES OPER_HELP_KICK Syntax: KICK Channel User Grund - Erlaubt IRCops einen User aus einem beliebigen + Erlaubt staff einen User aus einem beliebigen Channel zu kicken. Die Parameter sind dieselben wie für das normale /KICK Befehl. Die Kick-Nachricht wird den Nicknamen des IRCops @@ -5900,6 +5899,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK Nickname Neuer-Nickname Erzwingt die Änderung des Nicknamens eines User zu dem neuen Nicknamen. + Limited to Super Admins. OPER_HELP_AKILL Syntax: AKILL ADD [+Zeit] Maske Grund @@ -6144,7 +6144,10 @@ OPER_HELP_SET_LOGCHAN Mit dieser Option senden die Services alle Logeinträge zum angegebenen Channel. LogChannel muss in der Services Config Datei aktiviert sein. - + + Diese Option ist äquivalent mit der Befehlszeilen- + Option -logchan. + Anmerkung: Diese Option kann ein großes Sicherheitsproblem darstellen, wenn der Logchannel nicht ausreichend gesichert ist. @@ -6197,7 +6200,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Zeigt dir eine Liste der verfügbaren Einstellungen von OperServ + Zeigt dir eine Liste der verfügbaren Einstellungen von %S OPER_HELP_NOOP Syntax: NOOP SET Server @@ -6274,18 +6277,6 @@ OPER_HELP_RESTART die Datenbanken speichern, und danach neustarten (die ausführbare Datei erneut aufrufen). -OPER_HELP_KILLCLONES - Syntax: KILLCLONES Nickname - - Killt alle User die den gleichen Hostnamen haben wie - Nickname. Ein temporärer AKILL, in der Form *@host - wird ebenfalls aktiviert, dass die Klone daran hindert, - sofort neu zu connecten. Es wird zusätzlich eine - wallops gesendet, die alle Oper darüber informiert, - wer den Befehl genutzt hat und wieviele Hosts - betroffen waren. Es ist nützlich, wenn man mehrere - Klones vom Netz entfernen möchte. - OPER_HELP_CHANLIST Syntax: CHANLIST [{Muster | Nickname} [SECRET]] diff --git a/lang/en_us.l b/lang/en_us.l index 8479532f5..8578a25bb 100644 --- a/lang/en_us.l +++ b/lang/en_us.l @@ -434,8 +434,6 @@ NICK_SET_DISABLED Sorry, nickname option setting is temporarily disabled. NICK_SET_UNKNOWN_OPTION Unknown SET option %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Unknown SET option %s, or nickname not registered. NICK_SET_OPTION_DISABLED Option %s cannot be set on this network. @@ -4027,14 +4025,14 @@ NICK_SERVADMIN_HELP_LIST Lists all registered nicknames which match the given pattern, in nick!user@host format. Nicks with the PRIVATE option set will only be displayed to Services admins. Nicks - with the NOEXPIRE option set will have a ! appended to the - nickname for Services admins. + with the NOEXPIRE option set will have a ! appended to + the nickname for Services admins. If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the - NOEXPIRE flag set will be displayed. If all three options are - given, all three types of nicks will be displayed. These options - are limited to Services admins. + NOEXPIRE flag set will be displayed. If multiple options are + given, all nicks matching at least one option will be displayed. + These options are limited to Services admins. Examples: @@ -5074,8 +5072,8 @@ CHAN_SERVADMIN_HELP_LIST If the FORBIDDEN, SUSPENDED or NOEXPIRE options are given, only channels which, respectively, are FORBIDden, SUSPENDed or have - the NOEXPIRE flag set will be displayed. If both options are - given, both types of channels will be displayed. These options are + the NOEXPIRE flag set will be displayed. If multiple options are + given, more types of channels will be displayed. These options are limited to Services admins. CHAN_SERVADMIN_HELP_GETPASS @@ -5435,8 +5433,8 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Syntax: GLOBAL message - Allows IRCops to send messages to all users on the network. - The message will be sent from the nick %s. + Allows Administrators to send messages to all users on the + network. The message will be sent from the nick %s. OPER_HELP_STATS Syntax: STATS [AKILL | ALL | RESET | MEMORY | UPLINK] @@ -5550,21 +5548,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntax: UMODE user modes - Allows Services admins to set user modes for any user. + Allows Super Admins to set user modes for any user. Parameters are the same as for the standard /MODE command. - - Limited to Super admins. OPER_HELP_OLINE Syntax: OLINE user flags - Allows Services admins to give Operflags to any user. + Allows Super Admins to give Operflags to any user. Flags have to be prefixed with a "+" or a "-". To remove all flags simply type a "-" instead of any flags. - Limited to Super admins. - OPER_HELP_CLEARMODES Syntax: CLEARMODES channel [ALL] @@ -5575,7 +5569,7 @@ OPER_HELP_CLEARMODES OPER_HELP_KICK Syntax: KICK channel user reason - Allows IRCops to kick a user from any channel. + Allows staff to kick a user from any channel. Parameters are the same as for the standard /KICK command. The kick message will have the nickname of the IRCop sending the KICK command prepended; for example: @@ -5586,6 +5580,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick newnick Forcefully changes a user's nickname from nick to newnick. + Limited to Super Admins. OPER_HELP_AKILL Syntax: AKILL ADD [+expiry] mask reason @@ -5806,7 +5801,9 @@ OPER_HELP_SET_LOGCHAN channel as well as the log file. LogChannel must also be defined in the Services configuration file for this setting to be of any use. - + + This option is equivalent to the command-line option -logchan. + Note: This can have strong security implications if your log channel is not properly secured. @@ -5838,7 +5835,7 @@ OPER_HELP_SET_SUPERADMIN Setting this will grant you extra privileges such as the ability to be "founder" on all channel's etc... - This option is not persistaet, and should only be used when + This option is not persistent, and should only be used when needed, and set back to OFF when no longer needed. OPER_HELP_SET_SQL @@ -5857,7 +5854,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Syntax: NOOP SET server @@ -5929,17 +5926,6 @@ OPER_HELP_RESTART Causes Services to save all databases and then restart (i.e. exit and immediately re-run the executable). -OPER_HELP_KILLCLONES - Syntax: KILLCLONES nick - - Kills all users who have the same hostname as nick. A - temporary AKILL, in the form *@host, is added to - prevent the offending clients from immediately - reconnecting. A wallops is also sent indicating who - used the command, which host was affected and how many - users were killed. It's useful for removing numerous - clones from the network. - OPER_HELP_CHANLIST Syntax: CHANLIST [{pattern | nick} [SECRET]] @@ -452,8 +452,6 @@ NICK_SET_DISABLED Lo siento, el seteo de opciones para nicknames esta temporalmente deshabilitado. NICK_SET_UNKNOWN_OPTION Opcion SET desconocida %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Opcion SET desconocida %s, o nickname no registrado. NICK_SET_OPTION_DISABLED Opcion %s no puede ser seteada en esta red. @@ -5682,8 +5680,8 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Sintaxis: GLOBAL mensaje - Permite a los IRCops a enviar mensajes a los usuarios en - la red. El mensaje sera enviado desde el nick %s. + Permite a los Administrators a enviar mensajes a los usuarios + en la red. El mensaje sera enviado desde el nick %s. OPER_HELP_STATS Sintaxis: STATS [AKILL | ALL | RESET] @@ -5804,23 +5802,19 @@ OPER_HELP_MODE OPER_HELP_UMODE Sintaxis: UMODE usuario modos - Permite a administradores de servicios a setear modos de + Permite a Super Admins a setear modos de usuarios para cualquier usuario. Los parametros son los mismos que para el comando /MODE. - - Limitado a administradores de Servicios. OPER_HELP_OLINE Sintaxis: OLINE usuario opciones - Permite a administradores de servicios a dar permisos de + Permite a Super Admins a dar permisos de operador a cualquier usuario. Las opciones deben estar antepuestas con un "+" o un "-". Para remover todas las opciones simplemente tipear un "-" en vez de cualquier opcion. - Limitado a administradores de Servicios. - OPER_HELP_CLEARMODES Sintaxis: CLEARMODES canal [ALL] @@ -5846,8 +5840,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick nuevonick Cambia, a la fuerza, el nick del usuario from nick a nuevonick. - - Limitado a Administradores de Servicios + Limitado a Super Admins. OPER_HELP_AKILL Sintaxis: AKILL ADD [+expiracion] mascara razon @@ -6096,7 +6089,10 @@ OPER_HELP_SET_LOGCHAN En modo on, los Servicios envian sus logs a un canal especificado y a sus debidos archivos. LogChannel debe estar definido en la configuracion de los Servicios para poder usar esta opcion. - + + Esta opcion es equivalente a la opcion -logchan en + la linea de comando. + Nota: Es importante que el canal sea apropriadamente seguro con ingreso a Administradores solamente. @@ -6147,7 +6143,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Sintaxis: NOOP SET servidor @@ -6241,19 +6237,6 @@ OPER_HELP_RESTART Limitado a administradores de Servicios. -OPER_HELP_KILLCLONES - Sintaxis: KILLCLONES nick - - Killea todos los usuarios con el mismo host a nick. - Un AKILL temporario, de la forma *@host, es añadido - para prevenir al cliente ofensor de reconectarse - inmediatamente. Un wallops es tambien enviado indicando - quien usi el comando, que host fue afectadi y cuantos - usuarios fueron killeados. Este comando es util para - remover multiples clones de la red. - - Limitado a operadores de Servicios. - OPER_HELP_CHANLIST Sintaxis: CHANLIST [{patron | nick} [SECRET]] @@ -326,7 +326,8 @@ HELP_LIMIT_HOST_SETTER Limited to Host Setters. HELP_LIMIT_HOST_REMOVER Limited to Host Removers. - +HELP_LIMIT_SUPER_ADMIN + Limited to Super Administrators. ########################################################################### # @@ -454,8 +455,6 @@ NICK_SET_DISABLED Désolés, la configuration des options du pseudo est temporairement désactivée. NICK_SET_UNKNOWN_OPTION L'option SET %s est inconnue. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - L'option SET %s est inconnue, ou le pseudo n'est pas enregistré. NICK_SET_OPTION_DISABLED L'option %s ne peut être changée sur ce réseau. @@ -4242,8 +4241,8 @@ NICK_SERVADMIN_HELP_LIST Si les option FORBIDDEN, SUSPENDED, NOEXPIRE ou UNCONFIRMED sont donné, les pseudos qui sont FORBID, SUSPENDED, NON CONFIRMER ou ont l'option - NOEXPIRE seront affiché. Si les 3 options sont indiquées, - tout les pseudos correspondant aux 3 critères seront affichés. + NOEXPIRE seront affiché. Si plus options sont indiquées, + tout les pseudos correspondant aux une des critères seront affichés. Réservé aux Services admins. Exemples: @@ -5360,7 +5359,7 @@ CHAN_SERVADMIN_HELP_LIST Si les options FORBIDDEN ou NOEXPIRE sont données, seuls les canaux qui, respectivement, sont interdits ou ont l'option - NOEXPIRE active seront affichés. Si les deux options sont + NOEXPIRE active seront affichés. Si plus options sont données, les deux types de canaux seront affichés. Ces options sont réservées aux Services admins. @@ -5769,8 +5768,8 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Syntaxe: GLOBAL message - Permet aux IRCops d'envoyer des messages à tous les - utilisateurs du réseau. Le message sera envoyé avec + Permet aux Administrators d'envoyer des messages à tous + les utilisateurs du réseau. Le message sera envoyé avec le pseudo %s. OPER_HELP_STATS @@ -5897,7 +5896,7 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntaxe: UMODE pseudo modes - Permet aux ServicesAdmin de changer un mode d'un utilisateur. + Permet aux Super Admins de changer un mode d'un utilisateur. OPER_HELP_OLINE Syntaxe: OLINE pseudo flags @@ -5905,7 +5904,7 @@ OPER_HELP_OLINE Permet de mettre un OperFlag à un utilisateur. Préfixes: "+" et "-". Pour tout supprimer, spécifiez "-" - Limité aux ServicesAdmins. + Limité aux Super Admins. OPER_HELP_CLEARMODES Syntaxe: CLEARMODES canal [ALL] @@ -5919,7 +5918,7 @@ OPER_HELP_CLEARMODES OPER_HELP_KICK Syntaxe: KICK canal utilisateur raison - Permet aux IRCops de kicker un utilisateur d'un canal. + Permet aux staff de kicker un utilisateur d'un canal. Les paramètres sont les mêmes que pour la commande /KICK normale. Le message de kick sera préfixé du pseudo de l'IRCop ayant utilisé la commande KICK, par exemple: @@ -5932,8 +5931,7 @@ OPER_HELP_SVSNICK Syntaxe: SVSNICK pseudo nouveau-pseudo Force le changement de pseudo d'un pseudo. - - Limité aux Services admins + Limité aux Super Admins. OPER_HELP_AKILL Syntaxe: AKILL ADD [+échéance] masque raison @@ -6171,7 +6169,10 @@ OPER_HELP_SET_LOGCHAN Permet d'envoyer les logs sur un canal en plus d'écrire dans le fichier de log. LogChannel doit être défini dans le fichier de configuration des services. - + + Cette option est équivalente à l'option de la ligne de commande + -logchan. + Note: En mettant cette option sur OFF vous renforcerez la sécurité... OPER_HELP_SET_DEBUG @@ -6219,7 +6220,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntaxe: SET LIST - Afficher diverse option à propos de OperServ + Afficher diverse option à propos de %S OPER_HELP_NOOP Syntaxe: NOOP SET serveur @@ -6311,20 +6312,6 @@ OPER_HELP_RESTART Réservée aux Services admins. -OPER_HELP_KILLCLONES - Syntaxe: KILLCLONES pseudo - - Déconnecte tous les utilisateurs qui ont la même host que - pseudo. Une AKILL temporaire, de la forme *@host, est - ajoutée pour empêcher les clients de se reconnecter - immédiatement. Un wallops est également envoyé indiquant - qui a utilisé la commande, quelle host est affectée et - combien d'utilisateurs ont été déconnectés. Elle est - utile pour supprimer un nombre important de clones du - réseau. - - Réservée aux Services admins. - OPER_HELP_CHANLIST Syntaxe: CHANLIST [{modèle | pseudo} [SECRET]] @@ -446,8 +446,6 @@ NICK_SET_DISABLED Óõãíþìç, ç õðçñåóßá ãéá ôïí êáèïñéóìü êáé ôéò åðéëïãÝò ôïõ øåõäþíõìïõ åßíáé ãéá ôçí þñá áðåíåñãïðïéçìÝíç. NICK_SET_UNKNOWN_OPTION ¢ãíùóôç SET åðéëïãÞ %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - ¢ãíùóôç SET åðéëïãÞ %s, Þ ôï øåõäþíõìï äåí åßíáé êáôï÷õñùìÝíï. NICK_SET_OPTION_DISABLED Ç åðéëïãÞ %s äåí ìðïñåß íá ÷ñçóéìïðïéçèåß óôï äßêôõï áõôü. @@ -5765,21 +5763,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntax: UMODE user modes - Allows Services admins to set user modes for any user. + Allows Super Admins to set user modes for any user. Parameters are the same as for the standard /MODE command. - - Limited to Services admins. OPER_HELP_OLINE Syntax: OLINE user flags - Allows Services admins to give Operflags to any user. + Allows Super Admins to give Operflags to any user. Flags have to be prefixed with a "+" or a "-". To remove all flags simply type a "-" instead of any flags. - Limited to Services admins. - OPER_HELP_CLEARMODES Óýíôáîç: CLEARMODES êáíÜëé [ALL] @@ -5805,8 +5799,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick newnick Forcefully changes a user's nickname from nick to newnick. - - Limited to Services admins + Limited to Super Admins. OPER_HELP_AKILL Óýíôáîç: AKILL ADD [+expiry] ìÜóêá ëüãïò @@ -6036,7 +6029,9 @@ OPER_HELP_SET_LOGCHAN channel as well as the log file. LogChannel must also be defined in the Services configuration file for this setting to be of any use. - + + This option is equivalent to the command-line option -logchan. + Note: This can have strong security implications if your log channel is not properly secured. @@ -6087,7 +6082,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Óýíôáîç: NOOP SET server @@ -6176,17 +6171,6 @@ OPER_HELP_RESTART Ìüíï ãéá ôïõò Services admins. -OPER_HELP_KILLCLONES - Óýíôáîç: KILLCLONES øåõäþíõìï - - ÊÜíåé Kills üëïõò ôïõò øåõôï-÷ñÞóôåò ðïõ Ý÷ïõí ôçí ßäéá ìÜóêá. Ç - åíôïëÞ AKILL, óå ìïñöÞ *@host, ðñïóôßèåôáé - áìÝóùò. Ïé wallops âëÝðïõí ðïéïé ÷ñçóéìïðïéïýí ôçí åíôïëÞ áõôÞ, - ðïéï host åßíáé êáé ðüóïé ÷ñÞóôåò óêïôþíïíôáé (killed). - Åßíáé ÷ñÞóéìï íá áðïìáêñýíïíôáé ïé êëþíïé áðü ôï äßêôõï. - - Ìüíï ãéá ôïõò Services operators. - OPER_HELP_CHANLIST Óýíôáîç: CHANLIST [{åðéëïãÞ | øåõäþíõìï} [SECRET]] diff --git a/lang/hun.l b/lang/hun.l index d5a42060c..d05ac53be 100644 --- a/lang/hun.l +++ b/lang/hun.l @@ -447,8 +447,6 @@ NICK_SET_DISABLED Sajnálom, a nicknév opció beállítás jelenleg szünetel. NICK_SET_UNKNOWN_OPTION Ismeretlen SET opció: %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Ismeretlen SET opció: %s, vagy a nick nem regisztrált. NICK_SET_OPTION_DISABLED Ez az opció: %snem állítható be ezen a hálózaton. @@ -5710,8 +5708,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick újnick Erõszakkal meváltóztatja a user nickevét újnicknévre. - - Korlátozva Szuper adminnak + Limited to Super Admins. OPER_HELP_AKILL Syntax: AKILL ADD [ +lejárat] maszk indok @@ -5924,7 +5921,9 @@ OPER_HELP_SET_LOGCHAN a részletes napló adatokat és persze a naplófájlba. A Naplózó Csatornát (LogChannel) meg kell határozni a szervíz config fáljában, hogy használhasd ezt az opciót. - + + This option is equivalent to the command-line option -logchan. + Jegyzet: súlyos biztonsági gondokat okozhat, ha ez a naplózó szoba nincs kellõen védve. @@ -5975,7 +5974,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Syntax: NOOP SET szerver @@ -6063,19 +6062,6 @@ OPER_HELP_RESTART Korlátozva Szervíz adminoknak. -OPER_HELP_KILLCLONES - Syntax: KILLCLONES nick - - Killel minden usert, aki az adott nick hosztjáról van fent - Egy idõzített, *@host formátumú AKILL hozzáadásra kerül, - hogy megelõzze, hogy a kliensek azonnal visszalépjenek. - Egy wallops üzenet kerül elküldésre a parancs használója, - az érintett hoszt és a killelt userek számával. - Ez akkor hasznos, ha sok klónt kell eltávolítani - a hálózatról. - - Korlátozva Szervíz operátornak. - OPER_HELP_CHANLIST Syntax: CHANLIST [{pattern | nick} [SECRET]] @@ -442,8 +442,6 @@ NICK_SET_DISABLED Spiacente, l'impostazione delle opzioni dei nick è temporaneamente disabilitata. NICK_SET_UNKNOWN_OPTION Opzione SET %s sconosciuta. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Opzione SET %s sconosciuta, o nick non registrato. NICK_SET_OPTION_DISABLED L'opzione %s non può essere impostata su questa rete. @@ -5715,21 +5713,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Sintassi: UMODE nick modi - Permette ai Services Admin di impostare i modi per + Permette ai Super Admins di impostare i modi per qualsiasi utente. I parametri sono gli stessi del comando /MODE standard. - - Limitato ai Services admin. OPER_HELP_OLINE Sintassi: OLINE nick flag - Permette ai Services admin di impostare le Operflag + Permette ai Super Admins di impostare le Operflag per qualsiasi utente. Le flag devono essere introdotte da "+" o "-". Per rimuovere tutte le flag, è sufficiente usare "-" senza altri parametri. - - Limitato ai Services admin. OPER_HELP_CLEARMODES Sintassi: CLEARMODES canale [ALL] @@ -5756,8 +5750,7 @@ OPER_HELP_SVSNICK Sintassi: SVSNICK nick nuovonick Forza il cambio del nickname di un utente da nick a newnick. - - Limitato ai Services admin + Limited to Super Admins. OPER_HELP_AKILL Sintassi: AKILL ADD [+durata] mask motivo @@ -5991,7 +5984,9 @@ OPER_HELP_SET_LOGCHAN in un canale specificato oltre che al log file. LogChannel dev'essere definito nel file di configurazione dei services per permettere a questa opzione di funzionare. - + + This option is equivalent to the command-line option -logchan. + Nota: Potrebbero esserci problemi di sicurezza se il canale non viene impostato con restrizioni adeguate. @@ -6044,7 +6039,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Sintassi: SET LIST - Mostra le varie impostazioni di OperServ + Mostra le varie impostazioni di %S OPER_HELP_NOOP Sintassi: NOOP SET server @@ -6136,19 +6131,6 @@ OPER_HELP_RESTART Limitato ai Services admin. -OPER_HELP_KILLCLONES - Sintassi: KILLCLONES nick - - Killa tutti gli utenti che hanno lo stesso host di nick. - Una AKILL temporanea, nel formato *@host, viene aggiunta - in modo da evitare che i client killati si riconnettano - immediatamente. Viene inoltre inviato un wallop per indicare - chi ha usato il comando, a quale host era rivolto e quanti - utenti sono stati killati. Questo comando è utile per - rimuovere numerosi cloni dalla rete. - - Limitato ai Services operator. - OPER_HELP_CHANLIST Sintassi: CHANLIST [{pattern | nick} [SECRET]] @@ -456,8 +456,6 @@ NICK_SET_DISABLED Sorry, nickname opties aanpassen is tijdelijk uitgeschakeld. NICK_SET_UNKNOWN_OPTION Onbekende SET optie %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Onbekende SET optie %s, of nickname is niet geregistreerd. NICK_SET_OPTION_DISABLED Optie %s kan niet gezet worden op dit netwerk. @@ -4121,9 +4119,9 @@ NICK_SERVADMIN_HELP_LIST If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the - NOEXPIRE flag set will be displayed. If all three options are - given, all three types of nicks will be displayed. These options - are Gelimiteerd tot Services admins. + NOEXPIRE flag set will be displayed. If multiple options are + given, all nicks matching at least one option will be displayed. + These options are limited to Services admins. Voorbeelden: @@ -5604,9 +5602,9 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Gebruik: GLOBAL bericht - Stelt IRCops in staat om berichten te versturen naar alle gebruikers - op het netwerk. - Berichten zullen verstuurd worden vanaf de nick %s. + Stelt Administrators in staat om berichten te versturen + naar alle gebruikers op het netwerk. Berichten zullen + verstuurd worden vanaf de nick %s. OPER_HELP_STATS Gebruik: STATS [AKILL | ALL | RESET] @@ -5722,21 +5720,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Gebruik: UMODE gebruiker modes - Stelt Services administrators in staat gebruikersmodes van + Stelt Super Admins in staat gebruikersmodes van elke willekeurige gebruiker in te stellen. De paramenters zijn hetzelfde als van een standaard /MODE commando. - - Gelimiteerd tot Services adminstrators. OPER_HELP_OLINE Gebruik: OLINE gebruiker flags - Stelt Services administrators in staat om Operflags te geven + Stelt Super Admins in staat om Operflags te geven aan elke willekeurig gebruiker. Flags moeten worden vooraf gegeaan door een "+" of een "-". Om alle flags te verwijderen kun je simpelweg een "-" typen in plaats van de flags. - - Gelimiteerd tot Services adminstrators. OPER_HELP_CLEARMODES Gebruik: CLEARMODES kanaal [ALL] @@ -5748,7 +5742,7 @@ OPER_HELP_CLEARMODES OPER_HELP_KICK Gebruik: KICK kanaal gebruiker reden - Stelt IRCops in staat om een gebruik van elk willekeurig + Stelt de staf in staat om een gebruik van elk willekeurig kanaal te kicken. De paramenters zijn hetzelfde als die van een standaard /KICK commando. Het kick-bericht zal de nickname van de IRCop die het KICK commando uitvoert bevatten. @@ -5759,7 +5753,8 @@ OPER_HELP_KICK OPER_HELP_SVSNICK Gebruik: SVSNICK nick nieuwe nick - Veranderd een gebruiker's nick van nick naar nieuwe nick. + Veranderd een gebruiker's nick van nick naar nieuwe nick. + Gelimiteerd tot Super Admins. OPER_HELP_AKILL Gebruik: AKILL ADD [+verlooptijd] mask reden @@ -5982,7 +5977,9 @@ OPER_HELP_SET_LOGCHAN naast de log-bestanden ook naar een gespecificeerd kanaal sturen. LogChannel moet ik ook gedefineerd zijn in het Services configuratie bestand om deze instelling bruikbaar te laten zijn. - + + Deze optie komt overeen met de commandline-optie -logchan. + Let op: Dit kan grote beveiligingsimplicaties met zich mee bregen als het log-kanaal niet goed beveiligd is. @@ -6032,7 +6029,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Gebruik: SET LIST - Geef de verschillende OperServ instellingen weer. + Geef de verschillende %S instellingen weer. OPER_HELP_NOOP Gebruik: NOOP SET server @@ -6104,17 +6101,6 @@ OPER_HELP_RESTART Zorgt ervoor dat Services alle databases opslaat en dan opnieuw opstart. -OPER_HELP_KILLCLONES - Gebruik: KILLCLONES nick - - KILLt alle gebruikers die dezelfde hostname als nick hebben. - Een tijdelijk AKILL, in de vorm *@host, wordt toegevoegd om - te voorkomen dat de getroffen clients meteen opnieuw verbinden. - Er wordt ook een WALLOPS verstuurd waarin staat wie het - commando gebruikte, welke host er getroffen is en hoeveel - gebuiker se geKILLed zijn. Dit commando is bruikbaar om - een groot aantal klonen van het netwerk te verwijderen. - OPER_HELP_CHANLIST Gebruik: CHANLIST [{trefbeeld | nick} [SECRET]] @@ -6158,8 +6144,6 @@ OPER_HELP_MODINFO Dit command geeft informatie weer over de gespecificeerde geladen module. - Gelimiteerd to Services Roots. - OPER_HELP_MODLIST Gebruik: MODLIST @@ -482,9 +482,6 @@ NICK_SET_DISABLED niedostêpne. NICK_SET_UNKNOWN_OPTION Nieznana opcja komendy SET %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Nieznana opcja komendy SET %s, - lub ten nick jest niezarejestrowany. NICK_SET_OPTION_DISABLED Opcja %s jest niedostêpna na tej sieci. @@ -6063,8 +6060,8 @@ OPER_HELP_LOGGED OPER_HELP_GLOBAL Syntax: GLOBAL message - Allows IRCops to send messages to all users on the network. - The message will be sent from the nick %s. + Allows Administrators to send messages to all users on the + network. The message will be sent from the nick %s. OPER_HELP_STATS Syntax: STATS [AKILL | ALL | RESET] @@ -6175,21 +6172,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntax: UMODE user modes - Allows Services admins to set user modes for any user. + Allows Super Admins to set user modes for any user. Parameters are the same as for the standard /MODE command. - - Limited to Super admins. OPER_HELP_OLINE Syntax: OLINE user flags - Allows Services admins to give Operflags to any user. + Allows Super Admins to give Operflags to any user. Flags have to be prefixed with a "+" or a "-". To remove all flags simply type a "-" instead of any flags. - Limited to Super admins. - OPER_HELP_CLEARMODES Syntax: CLEARMODES channel [ALL] @@ -6202,7 +6195,7 @@ OPER_HELP_CLEARMODES OPER_HELP_KICK Syntax: KICK channel user reason - Allows IRCops to kick a user from any channel. + Allows staff to kick a user from any channel. Parameters are the same as for the standard /KICK command. The kick message will have the nickname of the IRCop sending the KICK command prepended; for example: @@ -6215,7 +6208,6 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick newnick Forcefully changes a user's nickname from nick to newnick. - Limited to Super admins OPER_HELP_AKILL @@ -6447,7 +6439,9 @@ OPER_HELP_SET_LOGCHAN channel as well as the log file. LogChannel must also be defined in the Services configuration file for this setting to be of any use. - + + This option is equivalent to the command-line option -logchan. + Note: This can have strong security implications if your log channel is not properly secured. @@ -6498,7 +6492,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Syntax: NOOP SET server @@ -6586,19 +6580,6 @@ OPER_HELP_RESTART Limited to Services admins. -OPER_HELP_KILLCLONES - Syntax: KILLCLONES nick - - Kills all users who have the same hostname as nick. A - temporary AKILL, in the form *@host, is added to - prevent the offending clients from immediately - reconnecting. A wallops is also sent indicating who - used the command, which host was affected and how many - users were killed. It's usefull for removing numerous - clones from the network. - - Limited to Services operators. - OPER_HELP_CHANLIST Syntax: CHANLIST [{pattern | nick} [SECRET]] @@ -454,8 +454,6 @@ NICK_SET_DISABLED Desculpe, a opção SET está temporariamente desativada. NICK_SET_UNKNOWN_OPTION Opção SET desconhecida: %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Opção SET desconhecida: %s, ou nick não registrado. NICK_SET_OPTION_DISABLED Opção %s não pode ser usada nesta Rede. @@ -5662,22 +5660,18 @@ OPER_HELP_MODE OPER_HELP_UMODE Sintaxe: UMODE usuário modos - Permite aos Administradores dos Services ajustar os + Permite aos Super Admins ajustar os modos de usuário para qualquer usuário. Os parâmetros são os mesmos do comando /MODE padrão. - - Limitado aos Super-Admins. OPER_HELP_OLINE Sintaxe: OLINE usuário flags - Permite aos Administradores dos Services dar flags de Oper + Permite aos Super Admins dar flags de Oper a qualquer usuário. Flags devem ser prefixadas com "+" ou "-". Para remover todas as flags apenas digite um "-" em vez de usar alguma flag. - Limitado aos Super-Admins. - OPER_HELP_CLEARMODES Sintaxe: CLEARMODES canal [ALL] @@ -5703,7 +5697,6 @@ OPER_HELP_SVSNICK Sintaxe: SVSNICK nick novo-nick Força a mudança do nick de um usuário, de nick a novo-nick. - Limitado aos Super-Admins. OPER_HELP_AKILL @@ -5931,6 +5924,8 @@ OPER_HELP_SET_LOGCHAN para um canal especificado. LogChannel deve estar definido na configuração dos Services para esta opção poder ser usada. + This option is equivalent to the command-line option -logchan. + Nota: Pode haver graves implicações de segurança se o canal de log não estive devidamente seguro. @@ -5982,7 +5977,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Sintaxe: SET LIST - Exibe as várias configurações do OperServ. + Exibe as várias configurações do %S. OPER_HELP_NOOP Sintaxe: NOOP SET servidor @@ -6069,19 +6064,6 @@ OPER_HELP_RESTART Limitado aos Administradores dos Services. -OPER_HELP_KILLCLONES - Sintaxe: KILLCLONES nick - - Expulsa ("killa") todos os usuários que tenham os mesmos - hosts que o nick especificado, adicionando um AKILL temporário - no formato *@host para prevenir que os usuários indesejados - reconectem imediatamente. Uma mensagem em WallOps é também - enviada para indicar quem usou o comando, quais hosts foram - afetados e quantos usuários foram expulsos ("killados"). - É usado para remover vários clones da rede. - - Limitado aos Operadores dos Services. - OPER_HELP_CHANLIST Sintaxe: CHANLIST [{padrão | nick} [SECRET]] @@ -437,8 +437,6 @@ NICK_SET_DISABLED Èçâèíèòå, óñòàíîâêà ïàðàìåòðîâ íèêà âðåìåííî íåäîñòóïíà. NICK_SET_UNKNOWN_OPTION Íåèçâåñòíûé SET-ïàðàìåòð %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Íåèçâåñòíûé SET-ïàðàìåòð %s, èëè íèê íå çàðåãèñòðèðîâàí. NICK_SET_OPTION_DISABLED Ïàðàìåòð %s íå ìîæåò áûòü óñòàíîâëåí â ýòîé IRC ñåòè. @@ -5831,6 +5829,8 @@ OPER_HELP_SET_LOGCHAN âñå ñîîáùåíèÿ â ëîã, íî è îòïðàâëÿòü èõ íà ñïåöèàëüíûé êàíàë. Ýòîò êàíàë äîëæåí áûòü îïðåäåëåí â êîíôèãóðàöèîííîì ôàéëå ñåðâèñîâ, ÷òîáû äàííàÿ îïöèÿ ìîãëà áûòü èñïîëüçîâàíà. + + This option is equivalent to the command-line option -logchan. Ïðèìå÷àíèå: Èç ñîîáðàæåíèé áåçîïàñíîñòè, ðåêîìåíäóåòñÿ îáðàòèòü îñîáîå âíèìàíèå íà îãðàíè÷åíèå äîñòóïà íà ýòîò êàíàë. @@ -5882,7 +5882,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Ñèíòàêñèñ: SET LIST - Ïîêàçûâàåò ðàçëè÷íûå íàñòðîéêè OperServ + Ïîêàçûâàåò ðàçëè÷íûå íàñòðîéêè %S OPER_HELP_NOOP Ñèíòàêñèñ: NOOP SET ñåðâåð @@ -5953,18 +5953,6 @@ OPER_HELP_RESTART Çàñòàâëÿåò ñåðâèñû ñîõðàíèòü âñå áàçû äàííûõ è ïåðåçàïóñòèòüñÿ (ò.å., çàâåðøèòü ðàáîòó íåìåäëåííî ñíîâà çàïóñòèòü ñåðâèñû íà èñïîëíåíèå). -OPER_HELP_KILLCLONES - Ñèíòàêñèñ: KILLCLONES íèê - - Ïðèáèâàåò âñåõ ïîëüçîâàòåëåé, õîñò ó êîòîðûõ òàêîé æå, - êàê ó óêàçàííîãî íèêà. Äîáàâëÿåòñÿ âðåìåííûé AKILL, - â âèäå *@õîñò, ÷òîáû ïðåäîòâðàòèòü íåìåäëåííûé ðåêîííåêò - ïðèáèòûõ êëèåíòîâ. Òàêæå, ïðè èñïîëüçîâàíèè ýòîé êîìàíäû - áóäåò îòïðàâëåí wallop, êîòîðûé ñîîáùèò î òîì, êòî èñïîëüçîâàë - êîìàíäó, õîñò, íà êîòîðûé ðàñïðîñòðàíèëîñü äåéñòâèå êîìàíäû è - êîëè÷åñòâî ïðèáèòûõ êëèåíòîâ. Ýòó êîìàíäó î÷åíü óäîáíî ïðèìåíÿòü, - ÷òîáû óáðàòü êëîíîâ èç IRC-ñåòè. - OPER_HELP_CHANLIST Ñèíòàêñèñ: CHANLIST [{ñèìâîëíàÿ ìàñêà | íèê} [SECRET]] @@ -450,8 +450,6 @@ NICK_SET_DISABLED NickServ'ün SET komutu geçici olarak devre dýþýdýr. NICK_SET_UNKNOWN_OPTION Varolmayan SET özelliði: %s. -NICK_SET_UNKNOWN_OPTION_OR_BAD_NICK - Varolmayan SET özelliði: %s, yada nick kayýtlý deðil. # SET DISPLAY responses NICK_SET_OPTION_DISABLED @@ -4183,9 +4181,9 @@ NICK_SERVADMIN_HELP_LIST If the FORBIDDEN, SUSPENDED, NOEXPIRE or UNCONFIRMED options are given, only nicks which, respectively, are FORBIDDEN, SUSPENDED, UNCONFIRMED or have the - NOEXPIRE flag set will be displayed. If all three options are - given, all three types of nicks will be displayed. These options - are limited to Services admins. + NOEXPIRE flag set will be displayed. If multiple options are + given, all nicks matching at least one option will be displayed. + These options are limited to Services admins. Örnekler: @@ -5719,21 +5717,17 @@ OPER_HELP_MODE OPER_HELP_UMODE Syntax: UMODE user modes - Allows Services admins to set user modes for any user. + Allows Super Admins to set user modes for any user. Parameters are the same as for the standard /MODE command. - - Limited to Services admins. OPER_HELP_OLINE Syntax: OLINE user flags - Allows Services admins to give Operflags to any user. + Allows Super Admins to give Operflags to any user. Flags have to be prefixed with a "+" or a "-". To remove all flags simply type a "-" instead of any flags. - Limited to Services admins. - OPER_HELP_CLEARMODES Kullanýmý: CLEARMODES kanaladý [ALL] @@ -5759,8 +5753,7 @@ OPER_HELP_SVSNICK Syntax: SVSNICK nick newnick Forcefully changes a user's nickname from nick to newnick. - - Limited to Services admins + Limited to Super Admins. OPER_HELP_AKILL Kullanýmý: AKILL ADD [+zamanaþýmý] mask sebep @@ -5979,6 +5972,8 @@ OPER_HELP_SET_LOGCHAN channel as well as the log file. LogChannel must also be defined in the Services configuration file for this setting to be of any use. + + This option is equivalent to the command-line option -logchan. Note: This can have strong security implications if your log channel is not properly secured. @@ -6028,7 +6023,7 @@ OPER_HELP_SET_IGNORE OPER_HELP_SET_LIST Syntax: SET LIST - Display the various OperServ settings + Display the various %S settings OPER_HELP_NOOP Kullanýmý: NOOP SET server @@ -6113,19 +6108,6 @@ OPER_HELP_RESTART Servis adminlerinin Kullanýmýyla sýnýrlýdýr. -OPER_HELP_KILLCLONES - Kullanýmý: KILLCLONES nick - - Hostnameleri ayný olan tüm kullanýcýlarý kill ler. - Geçici bir AKILL, *@host formatýnda, eklenerek - kullanýcýnýn hemen yeniden baðlanmasýna engel olunur. - Komutu kullananý, hangi hostname in etkilendiðini ve - kaç tane kullanýcýnýn kill lendiðini belirten bir wallop - gönderilir. Networkten sayýsýz clone larý temizlemek için - kullanýþlýdýr. - - Servis operatörlerinin kullanýmýyla sýnýrlýdýr. - OPER_HELP_CHANLIST Kullanýmý: CHANLIST [{model | nick} [SECRET]] diff --git a/src/core/os_oline.c b/src/core/os_oline.c index 6dc09418a..8e8b18730 100644 --- a/src/core/os_oline.c +++ b/src/core/os_oline.c @@ -32,7 +32,7 @@ int AnopeInit(int argc, char **argv) moduleAddVersion("$Id$"); moduleSetType(CORE); - c = createCommand("OLINE", do_operoline, is_services_admin, + c = createCommand("OLINE", do_operoline, is_services_root, OPER_HELP_OLINE, -1, -1, -1, -1); moduleAddCommand(OPERSERV, c, MOD_UNIQUE); diff --git a/src/core/os_svsnick.c b/src/core/os_svsnick.c index d7994b906..c579d7588 100644 --- a/src/core/os_svsnick.c +++ b/src/core/os_svsnick.c @@ -32,7 +32,7 @@ int AnopeInit(int argc, char **argv) moduleAddVersion("$Id$"); moduleSetType(CORE); - c = createCommand("SVSNICK", do_svsnick, is_services_admin, + c = createCommand("SVSNICK", do_svsnick, is_services_root, OPER_HELP_SVSNICK, -1, -1, -1, -1); moduleAddCommand(OPERSERV, c, MOD_UNIQUE); diff --git a/src/core/os_umode.c b/src/core/os_umode.c index aa484f333..f81f49151 100644 --- a/src/core/os_umode.c +++ b/src/core/os_umode.c @@ -32,7 +32,7 @@ int AnopeInit(int argc, char **argv) moduleAddVersion("$Id$"); moduleSetType(CORE); - c = createCommand("UMODE", do_operumodes, is_services_admin, + c = createCommand("UMODE", do_operumodes, is_services_root, OPER_HELP_UMODE, -1, -1, -1, -1); moduleAddCommand(OPERSERV, c, MOD_UNIQUE); diff --git a/version.log b/version.log index 453b5db26..55ddfce36 100644 --- a/version.log +++ b/version.log @@ -13,6 +13,10 @@ VERSION_BUILD="1418" # $Log$ # +# BUILD : 1.7.21 (1419) +# BUGS : 875 +# NOTES : Fixes a number of minor language errors. Restricts access to svsnick, oline and umode to SRA as superadmin too requires SRA. Prevents them from showing up in SA help. +# # BUILD : 1.7.21 (1418) # BUGS : 927 # NOTES : Applied a patch by w00t to store the timestamp supplied by insp in FJOIN on channel creation |