mIRC Home    About    Download    Register    News    Help

Print Thread
#39031 31/07/03 10:03 AM
Joined: Feb 2003
Posts: 34
S
ST3V3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 34
I tryed this to Halt default text but it says the text then my version of the text confused

On ^*:TEXT:*:#: {
echo $chan ( $+ $time $+ ) » ( $+ $nick $+ ) $+ : $1-
haltdef
}

Whats wrong with it?

#39032 31/07/03 10:08 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
It works fine here, replace it with this and see if it echoes "$true", if it does then you have another script interfering with it:
Code:
On ^*:TEXT:*:#: {
  echo -a $halted
}


Edit: That's assuming your script file is the last one loaded, otherwise you will have to check manually.

#39033 31/07/03 10:13 AM
Joined: Feb 2003
Posts: 34
S
ST3V3 Offline OP
Ameglian cow
OP Offline
Ameglian cow
S
Joined: Feb 2003
Posts: 34
it did return $true i unloaded all my scripts and it works fine, thanks

#39034 02/08/03 03:59 PM
Joined: Jul 2003
Posts: 655
Fjord artisan
Offline
Fjord artisan
Joined: Jul 2003
Posts: 655
Whenever i find a bug in one of my scripts, or something that doesn't seem right, the first thing i do is open a plain mirc and try it in that. It's quite common with the more popularly used events that it is colliding/conflickting with another.


"Allen is having a small problem and needs help adjusting his attitude" - Flutterby

Link Copied to Clipboard