ソースを参照

Add files via upload

Daniel Voipan 5 年 前
コミット
7157f81bc2
2 ファイル変更15 行追加0 行削除
  1. 7 0
      BlackTools/lang/BT.man-en.lang.tcl
  2. 8 0
      BlackTools/lang/BT.man-ro.lang.tcl

+ 7 - 0
BlackTools/lang/BT.man-en.lang.tcl

@@ -1757,6 +1757,13 @@ set black(say.en.man.2206) "\[MAN\] \002AutoUpdate\002 gives the ability for the
 set black(say.en.man.2207) "\[MAN\] USAGE SYNTAX:"
 set black(say.en.man.2208) "\[MAN\] \002%char%update <on>\002 (enable autoupdate); \002%char%update off\002 <disable autoupdate>; \002%char%update check\002 (check for new updates); \002%char%update start\002 (start update); \002%char%update time\002 \[time\] (set update time interval, can use X\001m\001,X\001h\001,X\001d\001 ; if \001\[time\]\001 isn't specified, it shows the current set time)"
 
+#Alias
+
+set black(say.en.man.2209) "\[MAN\] \002ALIAS\002 allows users to create their own commands based on the BT commands. All commands are available"
+set black(say.en.man.2210) "\[MAN\] USAGE SYNTAX:"
+set black(say.en.man.2211) "\[MAN\] \002%char%alias add\002 <command> <BT command> \[arguments\] ; \002%char%alias del\002 <command>"
+set black(say.en.man.2212) "\[MAN\] Example 1 : \002%char%alias add\002 lamer \001b\001 %1% 0 Your are a lamer !! \[%1% - nick or host\]"
+set black(say.en.man.2213) "\[MAN\] Example 2 : \002%char%alias add\002 idiot \001b\001 %1% %2% You are an idiot ! \[%1% - nick or host ;  %2% - time ban\]"
 
 ##############################
 ############################################################################################################

+ 8 - 0
BlackTools/lang/BT.man-ro.lang.tcl

@@ -1757,6 +1757,14 @@ set black(say.ro.man.2206) "\[MAN\] \002AutoUpdate\002 este un modul ce ii confe
 set black(say.ro.man.2207) "\[MAN\] SINTAXA FOLOSIRE:"
 set black(say.ro.man.2208) "\[MAN\] \002%char%update <on>\002 (activare autoupdate); \002%char%update off\002 <dezactivare autoupdate>; \002%char%update check\002 (verificare de noi update-uri); \002%char%update start\002 (pornire update); \002%char%update time\002 \[timp\] (se seteaza intervalul de verificare update, se poate folosi X\001m\001, X\001h\001, X\001d\001 ; daca \001\[timp\]\001 nu este specificat, se afiseaza timpul curent setat)"
 
+#Alias
+
+set black(say.ro.man.2209) "\[MAN\] \002ALIAS\002 este un modul ce va ofera oportunitatea de a va creea propriile comenzi personalizate pe baza comenzilor existente din BT. Se pot folosi toate comenzile disponibile."
+set black(say.ro.man.2210) "\[MAN\] SINTAXA FOLOSIRE:"
+set black(say.ro.man.2211) "\[MAN\] \002%char%alias add\002 <comanda> <comanda BT> \[argumente\] ; \002%char%alias del\002 <comanda>"
+set black(say.ro.man.2212) "\[MAN\] Exemplu 1 : \002%char%alias add\002 lamer \001b\001 %1% 0 Esti un lamer !! \[%1% - nick sau host\]"
+set black(say.ro.man.2213) "\[MAN\] Exemplu 2 : \002%char%alias add\002 idiot \001b\001 %1% %2% Esti un idiot ! \[%1% - nick sau host ;  %2% - timp de ban\]"
+
 ##############################
 ############################################################################################################
 #   SFARSIT                                                                                                #