|
|
[Request] version responder, whois responder
#161250
05/10/06 07:13 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
How do I go abouts doing this having the version of a script I am working on show up to the other person with out the mIRC v6.2 Khaled Mardam-Bey. Also, how do I do a whois responder like... on *:SNOTICE:*did a /whois on you*: { .notice $2 Your whois on me has been logged!
I also want to have it put in a log file..I can't get this code to work. plz help 
|
|
|
Re: [Request] version responder, whois responder
#161251
05/10/06 10:56 AM
|
Joined: Sep 2003
Posts: 4,230
DaveC
Hoopy frood
|
Hoopy frood
Joined: Sep 2003
Posts: 4,230 |
you have your script reply with its version number on something besides /ctcp nick version like say /ctcp nick golfball
|
|
|
Re: [Request] version responder, whois responder
#161252
05/10/06 07:41 PM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
ummm ok? can anyone else help me out here
|
|
|
Re: [Request] version responder, whois responder
#161253
05/10/06 08:09 PM
|
Joined: Aug 2005
Posts: 1,052
Lpfix5
Hoopy frood
|
Hoopy frood
Joined: Aug 2005
Posts: 1,052 |
#1 You cannot edit the version reply of mIRC to have the 6.2 by Khaled to not SHOW up its permanent live with it. You can in theory add to it or you can have people change the ctcp trigger like dave was talking about on a example
CTCP *:VERSIONX:?:{ Notice $nick I am using blah blah by blah }
#2 On *:SNOTICE:*: The only thing is I can't test this but it would perhaps be easy to figure out the proper commands do something like this
On *:SNOTICE:*:{ if (whois on you isin $1-) { echo -a $1 $2 $3 $4 $5 } }
this way it will echo val $1 up to 5 so you know which one is the nick and once you found that out
On *:SNOTICE:*:{ if (whois on you isin $1-) { msg WhicheverVALmatchesNick I am watching you } }
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
|
|
|
Re: [Request] version responder, whois responder
#161254
07/10/06 02:22 AM
|
Joined: Mar 2004
Posts: 210
FNar
Fjord artisan
|
Fjord artisan
Joined: Mar 2004
Posts: 210 |
On most networks you won't get any notification that anyone did a whois on you unless you're oppered.
|
|
|
Re: [Request] version responder, whois responder
#161255
08/10/06 04:06 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
thanks guys it worked, for the last post..no you are wrong you can have it setup to notify you who whois you at any time
|
|
|
Re: [Request] version responder, whois responder
#161256
08/10/06 05:20 AM
|
Joined: Aug 2005
Posts: 1,052
Lpfix5
Hoopy frood
|
Hoopy frood
Joined: Aug 2005
Posts: 1,052 |
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }
|
|
|
Re: [Request] version responder, whois responder
#161257
11/10/06 08:51 PM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
hmmm I guess it didn't work...sorry..the version responder isnt working..also the snotice
|
|
|
Re: [Request] version responder, whois responder
#161258
12/10/06 07:05 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
can someone help me out here?
|
|
|
Re: [Request] version responder, whois responder
#161259
14/10/06 05:25 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
ok you guys told me to post what I am looking for and what help I need for the script I am working on...:) I am trying...can someone help me?
|
|
|
Re: [Request] version responder, whois responder
#161260
24/10/06 08:13 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
|
|
|
Re: [Request] version responder, whois responder
#161261
26/10/06 07:50 AM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
ok you guys told me to post what I am looking for and what help I need for the script I am working on...:) I am trying...can someone help me?
can someone plz help me with this post?
|
|
|
Re: [Request] version responder, whois responder
#161262
26/10/06 10:59 AM
|
Joined: Oct 2006
Posts: 21
Sam_Hamwich
Ameglian cow
|
Ameglian cow
Joined: Oct 2006
Posts: 21 |
Not if you keep repeating yourself, which is considered spamming. I'll try this in my server and see if I can come up with a solution.
Sam Hamwich -Build a Better Mousetrap, and They Will Build A Smarter Mouse-
|
|
|
Re: [Request] version responder, whois responder
#161263
26/10/06 10:27 PM
|
Joined: Sep 2006
Posts: 71
o0Chris0o
OP
Babel fish
|
OP
Babel fish
Joined: Sep 2006
Posts: 71 |
well I am not spamming because its not useless information, just trying to get help 
|
|
|
Re: [Request] version responder, whois responder
#161264
27/10/06 02:52 AM
|
Joined: Oct 2004
Posts: 8,330
Riamus2
Hoopy frood
|
Hoopy frood
Joined: Oct 2004
Posts: 8,330 |
On most networks, you will have no way to know if someone did a /whois on you unless you are an IRCOP. The request doesn't go to you... it goes to the server and then back to the requester.
And for the removing mIRC's version response, you are not supposed to do so except by disabling all ctcp replies to everyone or to specific nicks. You won't be able to hide mIRC's reply and put in your own reply. We can't help you to do that here, per the rules.
Invision Support #Invision on irc.irchighway.net
|
|
|
|
|
|
|
|