mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2003
Posts: 9
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Feb 2003
Posts: 9
How can I make this message show up in the current msg window? Sometimes I would msg someone and then after a while they don't respond back, I check the status window and it says <nickname> No such nick/channel. I would like mIRC to show that status in the current msg window instead, so that I know immediately that they're not on IRC anymore.

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Code:
RAW 401:*: {
  echo -ta This user is not on IRC
  haltdef
}

Joined: Feb 2003
Posts: 9
T
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
T
Joined: Feb 2003
Posts: 9
Thanks Watchdog! =)

Although, I took out the "haltdef" command because it keeps displaying "ON Unknown command" like 10 times in the status and some other Unknown commands. Maybe it's because I'm using the SysReset script. Oh well, it works fine without it.

Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
No worries.

Joined: Dec 2002
Posts: 1,237
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 1,237
If you put the user on your notify list and you go into the mIRC options and have it show in the active window....it would save time in scripting something.....but of course we all have certain ways of doin things right? ah well no harm no foul...

Joined: Dec 2002
Posts: 56
G
Babel fish
Offline
Babel fish
G
Joined: Dec 2002
Posts: 56
What mIRC version do you use? This was added to mIRC in v5.8

versions.txt for 5.8:

108."No such nick/channel" message is now shown in query windows.


Link Copied to Clipboard