mIRC Home    About    Download    Register    News    Help

Print Thread
#188693 28/10/07 11:24 AM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
Hi guys im on a network called spcn where their roomnames are like %#MysticHaven

on *:mode:#: timer 1 1 echo $!chan(3) $1-

then it echos in the status window, does anyone know why?

pouncer #188695 28/10/07 03:28 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
Without joining that network, I can't test this, but your post about the % character being part of the channel name might be the cause, since the channel in the ON JOIN event is being specified as a # channel, not a %# channel. Try changing the # in the ON JOIN event to a *

RusselB #188700 28/10/07 07:44 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
:#: works for all channels including &channel and %#channel

hixxy #188715 29/10/07 12:33 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
ok.. so much for my idea then.

pouncer #188717 29/10/07 12:43 AM
Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
What does it actually echo in the status window?

-genius_at_work

pouncer #188718 29/10/07 02:59 AM
Joined: Feb 2005
Posts: 342
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2005
Posts: 342
Originally Posted By: pouncer
Hi guys im on a network called spcn where their roomnames are like %#MysticHaven

on *:mode:#: timer 1 1 echo $!chan(3) $1-

then it echos in the status window, does anyone know why?


Hmm, I joined this network, and I can't seem to get it to echo to the status window. Also, why are you echoing it to channel 3? Why not just use: timer 1 1 echo $!chan $1-?

Rand #188736 29/10/07 04:57 PM
Joined: Aug 2005
Posts: 1,052
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Aug 2005
Posts: 1,052
The way you are echoing the timer back to you is completly fine and it should NOT go to your status window unless you modified the echo alias. Even if $chan(3) is null it should still return into a channel window and not status window


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }

Link Copied to Clipboard