mIRC Home    About    Download    Register    News    Help

Print Thread
#19954 18/04/03 05:06 PM
Joined: Mar 2003
Posts: 49
S
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Mar 2003
Posts: 49
this command not working :
on *:TEXT:*:#:{
if ($me isin $1-) {
var %tempmsg $time(HH:nn:ss) $date(m/d/yyyy) 13ChanMessage: <3 $+ $chan $+ 12\4 $+ $address($nick,5) $+ > $1-
if ($window(@Private) == $null) { window -ng1 @Private }
aline -hp @Private %tempmsg
}
}

#19955 18/04/03 05:12 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
if you use var, you need the '=' i believe like...

var %var = value

rather then

var %var value

I believe... (I can fly) grin


-KingTomato
#19956 18/04/03 05:12 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
if everything after var %tempmsg is supposed to be the %var i think you need a = in between it

#19957 19/04/03 04:58 AM
Joined: Dec 2002
Posts: 54
L
laz Offline
Babel fish
Offline
Babel fish
L
Joined: Dec 2002
Posts: 54
Just don't use a var:

Code:
  
on *:TEXT:*:#:{
  if ($me isin $1-) {
    if ($window(@Private) == $null) { window -ng1 @Private }
    aline -hp @Private $time(HH:nn:ss) $date(m/d/yyyy) 13ChanMessage: &lt;3 $+ $chan $+ 12\4 $+ $address($nick,5) $+ &gt; $1-
  }
}

#19958 19/04/03 05:38 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
true your method would work but i think if he added simply ONE thing to his ... his would also work like this:
Code:
var %tempmsg [color:red]=[/color] $time(HH:nn:ss) $date(m/d/yyyy) 13ChanMessage: &lt;3 $+ $chan $+ 12\4 $+ $address($nick,5) $+ &gt; $1-


just adding the = would have done the trick to make his work ...... just a simple lil missing thing and it annoys ya so u cant figure out whats wrong ..... lol ive had my share of them


D3m0nnet.com
#19959 19/04/03 07:09 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Sry for being off-topic, but has anyone else noticed the bogus post dates on these messages? Mine is in 2003, and you ppl are posting in 2002? confused


-KingTomato
#19960 19/04/03 07:20 PM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
thats actually the date you registered to the forum i think .


Link Copied to Clipboard