mIRC Homepage
Posted By: jacksparrow2 join problem - 15/07/04 01:51 PM
on me:*:JOIN:#:{
.enable #Me.Join
echo -s 12,0 Topic en : %topic
echo -s 12,0 puesto %puestopor
echo -s 12,0 Modos: +r Usuarios: %Mod Ops: %op Away: 0

}

#me.join
raw 324:*:{ set %canalm = $2 | set %modoscan = $3- }
raw 332:*:{ .set %topicanal = $2 | .set %topic = $3- }
raw 333:*:{ .set %puestopor = $3 | set %cuando = $4 }
raw 366:*:{ .set %mod = $nick($2,0,r) | set %op = $nick($2,0,o) | set %todos = $nick($2,0,O) }
#me.join on

i made this ,any help?
Posted By: Coolkill Re: join problem - 15/07/04 02:07 PM
The on me:*:join event is triggered before the topic/ect are shown, so when they are echo'd they are blank..

why not do something like this..

raw 332:*:{ echo 12 -s - $2 Topic en : $3- }

Instead of settings them to a variable then echoing, them, just echo them directly or echo them then set them to a variable if your going to use them later for something.. also note the -s makes it echo to the status window not the actual channel.

Eamonn.
Posted By: jacksparrow2 Re: join problem - 15/07/04 02:48 PM
thnx pal
© mIRC Discussion Forums