Skreffnet

alias _help que permite mostrar un listado de comandos.

Jul 7th, 2022 (edited)
982
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 11.98 KB | None | 0 0
  1. /**
  2. *
  3. * Identificador que proporciona la lista de los comandos de ayuda.
  4. *
  5. * @identify /help
  6. *
  7. * @global
  8. */
  9. alias help {
  10.   if ($2 == $null) {
  11.     timerhelp1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,AYUDA)
  12.     timerhelp2 1 2 privmsg $1 
  13.     timerhelp3 1 3 privmsg $1 $theme(&success;,$SERVICE_NAME) Es el roBOT Oficial de la sala $theme(&bold;$local_config(channels,main)).
  14.     timerhelp4 1 4 privmsg $1 Este roBOT se ocupa de la moderación básica de la gestión de la sala.
  15.     timerhelp5 1 5 privmsg $1 
  16.     timerhelp6 1 6 privmsg $1 Los comandos disponibles son los siguientes, para utilizarlos,
  17.     timerhelp7 1 7 privmsg $1 escribe $theme(&primary;,/msg $SERVICE_NAME comando).
  18.     timerhelp8 1 8 privmsg $1 Para obtener más información de un comando específico,
  19.     timerhelp9 1 9 privmsg $1 escribe $theme(&primary;,/msg $SERVICE_NAME HELP comando).
  20.     timerhelp10 1 10 privmsg $1 
  21.     timerhelp11 1 11 privmsg $1 Lista de comandos básicos:
  22.     timerhelp12 1 12 privmsg $1 
  23.     timerhelp13 1 13 privmsg $1 $theme(&primary;,OP) Proporciona status de moderador a un usuario
  24.     timerhelp14 1 14 privmsg $1 $theme(&primary;,DEOP) Quita el status de moderador a un usuario
  25.     timerhelp15 1 15 privmsg $1 $theme(&primary;,VOICE) Proporciona status de usuario VIP en el canal
  26.     timerhelp16 1 16 privmsg $1 $theme(&primary;,DEVOICE) Quita el status de usuario VIP a un usuario en el canal
  27.     timerhelp17 1 17 privmsg $1 
  28.     timerhelp18 1 18 privmsg $1 Otros comandos:
  29.     timerhelp19 1 19 privmsg $1 
  30.     timerhelp20 1 20 privmsg $1 $theme(&primary;,INVITE) Invita a un usuario a la sala
  31.     timerhelp21 1 21 privmsg $1 
  32.     timerhelp22 1 22 privmsg $1 Lista de comandos para moderación:
  33.     timerhelp23 1 23 privmsg $1 
  34.     timerhelp24 1 24 privmsg $1 $theme(&primary;,KICK) Expulsa a un usuario de la sala con motivo personalizado
  35.     timerhelp25 1 25 privmsg $1 $theme(&primary;,BAN) Expulsa a un usuario de la sala con motivo personalizado
  36.     timerhelp26 1 26 privmsg $1 $theme(&primary;,KICKBAN) Expulsa y banea a un usuario de la sala con motivo personalizado
  37.     timerhelp27 1 27 privmsg $1 $theme(&primary;,UNBAN) Quita el ban a un usuario especifico
  38.     timerhelp28 1 28 privmsg $1 $theme(&primary;,KBB) Impone una sanción de KICKBAN con casuística de búsqueda inadecuada
  39.     timerhelp29 1 29 privmsg $1 $theme(&primary;,KBN) Impone una sación de KICKBAN  con casuística de nickname/alias inadecuado
  40.     timerhelp30 1 30 privmsg $1 
  41.     timerhelp31 1 31 privmsg $1 FIN de la AYUDA de $theme(&success;,$SERVICE_NAME)
  42.     timerhelp32 1 32 privmsg $1 
  43.   }
  44.   elseif ($2 == OP) {
  45.     timerhelp_op1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  46.     timerhelp_op2 1 2 privmsg $1 
  47.     timerhelp_op3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  48.     timerhelp_op4 1 4 privmsg $1 
  49.     timerhelp_op5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite dar status de moderador a un usuario
  50.     timerhelp_op6 1 6 privmsg $1 
  51.     timerhelp_op7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  52.   }
  53.   elseif ($2 == DEOP) {
  54.     timerhelp_deop1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  55.     timerhelp_deop2 1 2 privmsg $1 
  56.     timerhelp_deop3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  57.     timerhelp_deop4 1 4 privmsg $1 
  58.     timerhelp_deop5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite quitar status de moderador a un usuario
  59.     timerhelp_deop6 1 6 privmsg $1 
  60.     timerhelp_deop7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  61.   }
  62.   elseif ($2 == VOICE) {
  63.     timerhelp_voice1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  64.     timerhelp_voice2 1 2 privmsg $1 
  65.     timerhelp_voice3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  66.     timerhelp_voice4 1 4 privmsg $1 
  67.     timerhelp_voice5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite dar status de usuario VIP a un usuario
  68.     timerhelp_voice6 1 6 privmsg $1 
  69.     timerhelp_voice7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  70.   }
  71.   elseif ($2 == DEVOICE) {
  72.     timerhelp_devoice1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  73.     timerhelp_devoice2 1 2 privmsg $1 
  74.     timerhelp_devoice3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  75.     timerhelp_devoice4 1 4 privmsg $1 
  76.     timerhelp_devoice5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite quitar status de usuario VIP a un usuario
  77.     timerhelp_devoice6 1 6 privmsg $1 
  78.     timerhelp_devoice7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  79.   }
  80.   elseif ($2 == INVITE) {
  81.     timerhelp_invite1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  82.     timerhelp_invite2 1 2 privmsg $1 
  83.     timerhelp_invite3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  84.     timerhelp_invite4 1 4 privmsg $1 
  85.     timerhelp_invite5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite invitar a un usuario a la sala
  86.     timerhelp_invite6 1 6 privmsg $1 
  87.     timerhelp_invite7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  88.   }
  89.   elseif ($2 == KICK) {
  90.     timerhelp_kick1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  91.     timerhelp_kick2 1 2 privmsg $1 
  92.     timerhelp_kick3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick> <motivo>)
  93.     timerhelp_kick4 1 4 privmsg $1 
  94.     timerhelp_kick5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite expulsar a un usuario de la sala con motivo personalizado.
  95.     timerhelp_kick6 1 6 privmsg $1 
  96.     timerhelp_kick7 1 7 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  97.   }
  98.   elseif ($2 == BAN) {
  99.     timerhelp_ban1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  100.     timerhelp_ban2 1 2 privmsg $1 
  101.     timerhelp_ban3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  102.     timerhelp_ban4 1 4 privmsg $1 
  103.     timerhelp_ban5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite banear a un usuario con los siguientes tipos de máscara:
  104.     timerhelp_ban6 1 6 privmsg $1 
  105.     timerhelp_ban7 1 7 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
  106.     timerhelp_ban8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
  107.     timerhelp_ban9 1 9 privmsg $1 
  108.     timerhelp_ban10 1 10 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  109.   }
  110.   elseif ($2 == KICKBAN) {
  111.     timerhelp_kickban1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  112.     timerhelp_kickban2 1 2 privmsg $1 
  113.     timerhelp_kickban3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick> <motivo>)
  114.     timerhelp_kickban4 1 4 privmsg $1 
  115.     timerhelp_kickban5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Este comando es una combinación entre $theme(&primary;,KICK) y $theme(&primary;,BAN)
  116.     timerhelp_kickban6 1 6 privmsg $1 Permite expulsar con motivo personalizado y banear a un usuario con los siguientes tipos de máscara:
  117.     timerhelp_kickban7 1 7 privmsg $1 
  118.     timerhelp_kickban8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
  119.     timerhelp_kickban9 1 9 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
  120.     timerhelp_kickban10 1 10 privmsg $1 
  121.     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)
  122.     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)
  123.     timerhelp_kickban13 1 13 privmsg $1 
  124.     timerhelp_kickban14 1 14 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  125.   }
  126.   elseif ($2 == UNBAN) {
  127.     timerhelp_unban1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  128.     timerhelp_unban2 1 2 privmsg $1 
  129.     timerhelp_unban3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  130.     timerhelp_unban4 1 4 privmsg $1 
  131.     timerhelp_unban5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite QUITAR el ban a un usuario con los siguientes tipos de máscara:
  132.     timerhelp_unban6 1 6 privmsg $1 
  133.     timerhelp_unban7 1 7 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
  134.     timerhelp_unban8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
  135.     timerhelp_unban9 1 9 privmsg $1 
  136.     timerhelp_unban10 1 10 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  137.   }
  138.   elseif ($2 == KBB) {
  139.     timerhelp_kbb1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  140.     timerhelp_kbb2 1 2 privmsg $1 
  141.     timerhelp_kbb3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  142.     timerhelp_kbb4 1 4 privmsg $1 
  143.     timerhelp_kbb5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite expulsar a un usuario por búsquedas inadecuadas.
  144.     timerhelp_kbb6 1 6 privmsg $1 El usuario será baneado de la sala por 60 minutos afectandole las siguientes máscaras:
  145.     timerhelp_kbb7 1 7 privmsg $1 
  146.     timerhelp_kbb8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
  147.     timerhelp_kbb9 1 9 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
  148.     timerhelp_kbb10 1 10 privmsg $1 
  149.     timerhelp_kbb11 1 11 privmsg $1 Nota: Este comando es una combinación entre los comandos $theme(&primary;,KICK) y $theme(&primary;,BAN)  
  150.     timerhelp_kbb12 1 12 privmsg $1 
  151.     timerhelp_kbb13 1 13 privmsg $1 
  152.     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)
  153.     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)
  154.     timerhelp_kbb16 1 16 privmsg $1 
  155.     timerhelp_kbb17 1 17 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  156.   }
  157.   elseif ($2 == KBN) {
  158.     timerhelp_kbn1 1 1 privmsg $1 $theme(&success;,$SERVICE_NAME) - $theme(&warning;,$local_config(server,network)) - AYUDA del comando $theme(&primary;,$upper($2))
  159.     timerhelp_kbn2 1 2 privmsg $1 
  160.     timerhelp_kbn3 1 3 privmsg $1 Sintaxis: $theme(&primary;,$upper($2) <nick>)
  161.     timerhelp_kbn4 1 4 privmsg $1 
  162.     timerhelp_kbn5 1 5 privmsg $1 $theme(&primary;,$upper($2)) Permite expulsar a un usuario por nickname o alias inadecuado.
  163.     timerhelp_kbn6 1 6 privmsg $1 El usuario será baneado de la sala por 60 minutos afectandole las siguientes máscaras:
  164.     timerhelp_kbn7 1 7 privmsg $1 
  165.     timerhelp_kbn8 1 8 privmsg $1 $theme(&bold;,$theme(&danger;,nick!*@*))
  166.     timerhelp_kbn9 1 9 privmsg $1 $theme(&bold;,$theme(&danger;,*!*@IP))
  167.     timerhelp_kbn10 1 10 privmsg $1 
  168.     timerhelp_kbn11 1 11 privmsg $1 Nota: Este comando es una combinación entre los comandos $theme(&primary;,KICK) y $theme(&primary;,BAN)  
  169.     timerhelp_kbn12 1 12 privmsg $1 
  170.     timerhelp_kbn13 1 13 privmsg $1 
  171.     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)
  172.     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)
  173.     timerhelp_kbn16 1 16 privmsg $1 
  174.     timerhelp_kbn17 1 17 privmsg $1 FIN de la AYUDA de $theme(&success;,$upper($2))
  175.   }
  176. }
  177.  
Add Comment
Please, Sign In to add comment