Para colocar os remotes asseguir em seu scrpit faça o seguinte:
1º pressione as teclas-> Alt+r
Logo após pressionar aparecerá uma janela! A depender de seu script você vai em "File" ou "Arquivo", depois em "New" ou "Novo" ai você cola um de cada vez dos remotes citado abaixo:
Esses remotes abaixo servem para dar status, tirar status, kickar e fazer outras coisas com mais facilidade, ou seja, você terá menos trabalho:
REMOTES
on *:input:#:{
If (-a == $1) { cs deprotect $chaN $2 $me }
If (+a == $1) { cs protect $chaN $2 $me }
If (+q == $1) { cs owner $chan $2 $me }
If (-q == $1) { mode $chaN -q $2 $me }
If (+o == $1) { cs op $chaN $2 $me }
If (-o == $1) { cs deop $chaN $2 $mE }
If (-h == $1) { cs dehalfop $chaN $2 $me }
If (+h == $1) { cs halfop $chaN $2 $me }
If (+v == $1) { cs voice $chaN $2 $me }
If (-v == $1) { cs devoice $chaN $2 $me }
if ( $1 == -f ) { /mode $chan -q $2 }
If (+f == $1) { mode $chan +q $2 $me }
if ( $1 == .w ) { whois $2 }
if ( $1 == .v ) { invite $2 $chan }
if ( $1 == .k ) { kick $chan $2- }
if ( $1 == .n ) { nick $2 }
if ( $1 == .add ) { cs access $chan add $$2 $$3 }
if ( $1 == .del ) { cs access $chan del $$2 }
if ( $1 == .list ) { cs access $chan list }
if ( $1 == subir. ) { cs owner $chan $2 $me | cs protect $chan $2 $me | cs op $chan $2 $me | cs halfop $chan $2 $me | cs voice $chan $2 $me }
if ( $1 == baixar. ) { cs deowner $chan $2 $me | cs deprotect $chan $2 $me | cs deop $chan $2 $me | cs dehalfop $chan $2 $me | cs devoice $chan $2 $me }
}
Já os que vou postar abaixo servem para agradecer os status!
Ex.: &Bot define modo: +v Nick
«+Nick» Valeu aew pelo voice Bot
on *:RAWMODE:#: {
if ($2 == $me) {
if (+a isin $1) { /msg $chan Valeu aew pelo Prøtect $nick =´) }
if (+o isin $1) { /msg $chan Valeu aew pelo Op $nick =´) }
if (+h isin $1) { /msg $chan Valeu aew pelo Halfop $nick =´) }
if (+v isin $1) { /msg $chan Valeu aew pelo Vøice $nick =´) }
if (+q isin $1) { /msg $chan Valeu aew pelo Power $nick =´) }
if (-a isin $1) { /msg $chan Não mereço Prøtect $nick ? =´( }
if (-o isin $1) { /msg $chan Devolveeeeeeee!!! Op $nick =´( }
if (-h isin $1) { /msg $chan Porque tirou Halfop $nick ? =´( }
if (-v isin $1) { /msg $chan Vai me deixar sem Vøice tb $nick =´(? }
if (-q isin $1) { /msg $chan Não mereço Power $nick ? =´( }
}
Você pode mudar o comando e a frase a seu gosto, Atenção só nao mude as formulas