mIRC Home    About    Download    Register    News    Help

Print Thread
#90569 15/07/04 01:51 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
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?


mess with the best
#90570 15/07/04 02:07 PM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
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.

#90571 15/07/04 02:48 PM
Joined: Oct 2003
Posts: 306
J
Fjord artisan
OP Offline
Fjord artisan
J
Joined: Oct 2003
Posts: 306
thnx pal


mess with the best

Link Copied to Clipboard