IRC - ayuda topic irc

 
Vista:

ayuda topic irc

Publicado por tinglillas (1 intervención) el 21/08/2010 10:15:13
hola a todos tengo este codigo y necesita saber como modificarlo para que salga el texto del topic en 2 o 3 lineas en vez de una linea. Gracias

on 1:TEXT:!topi:#:{
if (!%topi. [ $+ [ $chan ] ]) { describe # $nick -> No topic set. }
else { describe # Topic: $qt(%topi. [ $+ [ $chan ] ]) }
}
;-------------------
; Set New Topic
;-------------------
on 1:TEXT:!topi *:#:{
; Checks to see if I am an op and the user is an op.
; If the user's name is the same as the channel, it will also work.
if ($me isop # && (($nick isop #) || ($nick isin #))) {
set %topi. [ $+ [ $chan ] ] $2- - (changed $nick $+ )
describe # [topic changed $nick $+] %topi.
}
}
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder