mIRC Home    About    Download    Register    News    Help

Print Thread
#126685 03/08/05 01:18 PM
Joined: Aug 2005
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Aug 2005
Posts: 18
Can I made a script to shown a "sososo" message to those who do a who is on me, and displayed like : "Hi there I am blahblahh. You are number: xxx who did a whois on me. Enjoy your stay!"

Also isit possible to keep me informed as who did a whois on me.

Many thank in advance. smile

#126686 03/08/05 02:47 PM
Joined: Feb 2004
Posts: 2,019
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2004
Posts: 2,019
In general, you cannot know who does a whois on you.

There's nothing you can do to make your suggestions work.


Gone.
#126687 03/08/05 10:29 PM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
The only exception that I've heard of, and I don't know this for fact, is if you are an IRCop on the network. Not being an IRCop on any networks, I can't say for sure that they all have this ability, but I have heard from people that are IRCops on a couple of networks that I am on, that they can do this.

Joined: Aug 2005
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Aug 2005
Posts: 18
Originally Posted By: FiberOPtics
In general, you cannot know who does a whois on you.

There's nothing you can do to make your suggestions work.


You're wrong then... In general, as an ircop you are able to see who did a whois on you.


Well, what I'm looking for now is a script which will shown back those who whois on me.

Last edited by Brianlan; 22/02/09 06:32 AM.
Brianlan #209735 22/02/09 06:59 AM
Joined: Nov 2006
Posts: 1,559
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Nov 2006
Posts: 1,559
Risks of flood due to automated replies put aside, imho there's no use for an IRCop in telling the user who trigered a whois on them about the fact they recieved that snotice (if they do).

As IRCop you may be running a script to create a differend kind of lokal display, alike to this example (unreal ircd, assuming you already do receive that snotice):
Code:
on ^*:SNOTICE:*: {
  if ($4-8 === did a /whois on you.) { echo -a $2- | haltdef }
}
...you may modify it to send messages - I won't, for many good reasons.

Last edited by Horstl; 22/02/09 07:32 AM.
Brianlan #209736 22/02/09 07:01 AM
Joined: Aug 2004
Posts: 7,252
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Aug 2004
Posts: 7,252
You're obviously not in a hurry for this, as it's been over 3 years since the last post.
Code:
on *:snotice:*did a /whois on you*:{
inc %whois
.notice $1 You are the $ord(%whois) person to /whois me.
}


RusselB #211874 03/05/09 11:03 AM
Joined: Aug 2005
Posts: 18
B
Pikka bird
OP Offline
Pikka bird
B
Joined: Aug 2005
Posts: 18
Just paste it in the remote? Am I right?

Brianlan #211875 03/05/09 11:22 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Yes, in your remote section..


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

Link Copied to Clipboard