mIRC Home    About    Download    Register    News    Help

Print Thread
#179667 26/06/07 08:08 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
This is what shows up in status when you connect:

* nick sets mode: +i
-
Local host: localhost (IP)
* No one in your notify list is on IRC

can you grab these events and haltdef them, then echo your text instead?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
The first one can be caught by on USERMODE (which returns the mode(s) being set).
The second one can probably be caught with the on NOTIFY event.

5618 #179672 26/06/07 08:41 AM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Local host: localhost (IP)

thnx. that one then?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Jul 2006
Posts: 4,149
W
Hoopy frood
Offline
Hoopy frood
W
Joined: Jul 2006
Posts: 4,149
You can't


#mircscripting @ irc.swiftirc.net == the best mIRC help channel
5618 #179682 26/06/07 02:28 PM
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
on ^*:notify: {
haltdef
echo -st 5 $+ $1-
}

that one wont grab the

* No one in your notify list is on IRC

on connect, any other ideas?


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
alias notify { stuff here }
The local ip one can't be scripted, it's internal.

Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Originally Posted By: vexed2
alias notify { stuff here }

dosent work, i remmber some script that could grab everything that was outputed in status, and also able to hide it, but dunno who made it and when it was, maybe 3 - 5 years ago smirk


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Mar 2007
Posts: 218
V
Fjord artisan
Offline
Fjord artisan
V
Joined: Mar 2007
Posts: 218
Not everything can.
* Connecting to irc.server.com (6667)
* Connect cancelled
* Local host: some.dns.com (1.2.3.4)

Those can't
neither can kills on IRCX servers (noted in bugs and feature suggestions)

Last edited by vexed2; 26/06/07 06:11 PM.
Joined: Feb 2003
Posts: 3,432
S
sparta Offline OP
Hoopy frood
OP Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
i saw a script that echoed everything from status to another window, and then cleared or hided the default text. And it could hide evrything. I think it was Hammer that wrote it, but not shure.


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard