Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- *
- * Identificador que proporciona la lista de los comandos de ayuda.
- *
- * @identify /help
- *
- * @global
- */
- alias help {
- if ($2 == $null) {
- timerhelp1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,AYUDA)
- timerhelp2 1 2 privmsg $1
- timerhelp3 1 3 privmsg $1 $theme(&success;,$SERVICE_NAME) Es el roBOT Oficial de la sala $theme(&bold;$local_config(channels,main)).
- timerhelp4 1 4 privmsg $1 Este roBOT se ocupa de la moderación básica de la gestión de la sala.
- timerhelp5 1 5 privmsg $1
- timerhelp6 1 6 privmsg $1 Los comandos disponibles son los siguientes, para utilizarlos,
- timerhelp7 1 7 privmsg $1 escribe $theme(&primary;,/msg $SERVICE_NAME comando).
- timerhelp8 1 8 privmsg $1 Para obtener más información de un comando específico,
- timerhelp9 1 9 privmsg $1 escribe $theme(&primary;,/msg $SERVICE_NAME HELP comando).
- timerhelp10 1 10 privmsg $1
- timerhelp11 1 11 privmsg $1 Lista de comandos básicos:
- timerhelp12 1 12 privmsg $1
- timerhelp13 1 13 privmsg $1 $theme(&primary;,OP) Proporciona status de moderador a un usuario
- timerhelp14 1 14 privmsg $1 $theme(&primary;,DEOP) Quita el status de moderador a un usuario
- timerhelp15 1 15 privmsg $1 $theme(&primary;,VOICE) Proporciona status de usuario VIP en el canal
- timerhelp16 1 16 privmsg $1 $theme(&primary;,DEVOICE) Quita el status de usuario VIP a un usuario en el canal
- timerhelp17 1 17 privmsg $1
- timerhelp18 1 18 privmsg $1 Otros comandos:
- timerhelp19 1 19 privmsg $1
- timerhelp20 1 20 privmsg $1 $theme(&primary;,INVITE) Invita a un usuario a la sala
- timerhelp21 1 21 privmsg $1
- timerhelp22 1 22 privmsg $1 Lista de comandos para moderación:
- timerhelp23 1 23 privmsg $1
- timerhelp24 1 24 privmsg $1 $theme(&primary;,KICK) Expulsa a un usuario de la sala con motivo personalizado
- timerhelp25 1 25 privmsg $1 $theme(&primary;,BAN) Expulsa a un usuario de la sala con motivo personalizado
- timerhelp26 1 26 privmsg $1 $theme(&primary;,KICKBAN) Expulsa y banea a un usuario de la sala con motivo personalizado
- timerhelp27 1 27 privmsg $1 $theme(&primary;,UNBAN) Quita el ban a un usuario especifico
- timerhelp28 1 28 privmsg $1 $theme(&primary;,KBB) Impone una sanción de KICKBAN con casuística de búsqueda inadecuada
- timerhelp29 1 29 privmsg $1 $theme(&primary;,KBN) Impone una sación de KICKBAN con casuística de nickname/alias inadecuado
- timerhelp30 1 30 privmsg $1
- timerhelp31 1 31 privmsg $1 FIN de la AYUDA de $theme(&success;,$SERVICE_NAME)
- timerhelp32 1 32 privmsg $1
- }
- elseif ($2 == OP) {
- timerhelp_op1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_op2 1 2 privmsg $1
- timerhelp_op3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_op4 1 4 privmsg $1
- timerhelp_op5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite dar status de moderador a un usuario
- timerhelp_op6 1 6 privmsg $1
- timerhelp_op7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == DEOP) {
- timerhelp_deop1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_deop2 1 2 privmsg $1
- timerhelp_deop3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_deop4 1 4 privmsg $1
- timerhelp_deop5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite quitar status de moderador a un usuario
- timerhelp_deop6 1 6 privmsg $1
- timerhelp_deop7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == VOICE) {
- timerhelp_voice1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_voice2 1 2 privmsg $1
- timerhelp_voice3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_voice4 1 4 privmsg $1
- timerhelp_voice5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite dar status de usuario VIP a un usuario
- timerhelp_voice6 1 6 privmsg $1
- timerhelp_voice7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == DEVOICE) {
- timerhelp_devoice1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_devoice2 1 2 privmsg $1
- timerhelp_devoice3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_devoice4 1 4 privmsg $1
- timerhelp_devoice5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite quitar status de usuario VIP a un usuario
- timerhelp_devoice6 1 6 privmsg $1
- timerhelp_devoice7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == INVITE) {
- timerhelp_invite1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_invite2 1 2 privmsg $1
- timerhelp_invite3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_invite4 1 4 privmsg $1
- timerhelp_invite5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite invitar a un usuario a la sala
- timerhelp_invite6 1 6 privmsg $1
- timerhelp_invite7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == KICK) {
- timerhelp_kick1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_kick2 1 2 privmsg $1
- timerhelp_kick3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick> <motivo>)
- timerhelp_kick4 1 4 privmsg $1
- timerhelp_kick5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite expulsar a un usuario de la sala con motivo personalizado.
- timerhelp_kick6 1 6 privmsg $1
- timerhelp_kick7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == BAN) {
- timerhelp_ban1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_ban2 1 2 privmsg $1
- timerhelp_ban3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_ban4 1 4 privmsg $1
- timerhelp_ban5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite banear a un usuario con los siguientes tipos de máscara:
- timerhelp_ban6 1 6 privmsg $1
- timerhelp_ban7 1 7 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
- timerhelp_ban8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
- timerhelp_ban9 1 9 privmsg $1
- timerhelp_ban10 1 10 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == KICKBAN) {
- timerhelp_kickban1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_kickban2 1 2 privmsg $1
- timerhelp_kickban3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick> <motivo>)
- timerhelp_kickban4 1 4 privmsg $1
- timerhelp_kickban5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Este comando es una combinación entre $theme(&primary;,KICK) y $theme(&primary;,BAN)
- timerhelp_kickban6 1 6 privmsg $1 Permite expulsar con motivo personalizado y banear a un usuario con los siguientes tipos de máscara:
- timerhelp_kickban7 1 7 privmsg $1
- timerhelp_kickban8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
- timerhelp_kickban9 1 9 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
- timerhelp_kickban10 1 10 privmsg $1
- timerhelp_kickban11 1 11 privmsg $1 Para más información sobre el comando $theme(&primary;,KICK) escribe $theme(&primary;,/msg $SERVICE_NAME HELP KICK)
- timerhelp_kickban12 1 12 privmsg $1 Para más información sobre el comando $theme(&primary;,BAN) escribe $theme(&primary;,/msg $SERVICE_NAME HELP BAN)
- timerhelp_kickban13 1 13 privmsg $1
- timerhelp_kickban14 1 14 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == UNBAN) {
- timerhelp_unban1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_unban2 1 2 privmsg $1
- timerhelp_unban3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_unban4 1 4 privmsg $1
- timerhelp_unban5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite QUITAR el ban a un usuario con los siguientes tipos de máscara:
- timerhelp_unban6 1 6 privmsg $1
- timerhelp_unban7 1 7 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
- timerhelp_unban8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
- timerhelp_unban9 1 9 privmsg $1
- timerhelp_unban10 1 10 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == KBB) {
- timerhelp_kbb1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_kbb2 1 2 privmsg $1
- timerhelp_kbb3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_kbb4 1 4 privmsg $1
- timerhelp_kbb5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite expulsar a un usuario por búsquedas inadecuadas.
- timerhelp_kbb6 1 6 privmsg $1 El usuario será baneado de la sala por 60 minutos afectandole las siguientes máscaras:
- timerhelp_kbb7 1 7 privmsg $1
- timerhelp_kbb8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
- timerhelp_kbb9 1 9 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
- timerhelp_kbb10 1 10 privmsg $1
- timerhelp_kbb11 1 11 privmsg $1 Nota: Este comando es una combinación entre los comandos $theme(&primary;,KICK) y $theme(&primary;,BAN)
- timerhelp_kbb12 1 12 privmsg $1
- timerhelp_kbb13 1 13 privmsg $1
- timerhelp_kbb14 1 14 privmsg $1 Para más información sobre el comando $theme(&primary;,KICK) escribe $theme(&primary;,/msg $SERVICE_NAME HELP KICK)
- timerhelp_kbb15 1 15 privmsg $1 Para más información sobre el comando $theme(&primary;,BAN) escribe $theme(&primary;,/msg $SERVICE_NAME HELP BAN)
- timerhelp_kbb16 1 16 privmsg $1
- timerhelp_kbb17 1 17 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- elseif ($2 == KBN) {
- timerhelp_kbn1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
- timerhelp_kbn2 1 2 privmsg $1
- timerhelp_kbn3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
- timerhelp_kbn4 1 4 privmsg $1
- timerhelp_kbn5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite expulsar a un usuario por nickname o alias inadecuado.
- timerhelp_kbn6 1 6 privmsg $1 El usuario será baneado de la sala por 60 minutos afectandole las siguientes máscaras:
- timerhelp_kbn7 1 7 privmsg $1
- timerhelp_kbn8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
- timerhelp_kbn9 1 9 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
- timerhelp_kbn10 1 10 privmsg $1
- timerhelp_kbn11 1 11 privmsg $1 Nota: Este comando es una combinación entre los comandos $theme(&primary;,KICK) y $theme(&primary;,BAN)
- timerhelp_kbn12 1 12 privmsg $1
- timerhelp_kbn13 1 13 privmsg $1
- timerhelp_kbn14 1 14 privmsg $1 Para más información sobre el comando $theme(&primary;,KICK) escribe $theme(&primary;,/msg $SERVICE_NAME HELP KICK)
- timerhelp_kbn15 1 15 privmsg $1 Para más información sobre el comando $theme(&primary;,BAN) escribe $theme(&primary;,/msg $SERVICE_NAME HELP BAN)
- timerhelp_kbn16 1 16 privmsg $1
- timerhelp_kbn17 1 17 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
- }
- }
Add Comment
Please, Sign In to add comment