Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

Whois

 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Scripts
Author Message
Niels
Newbie
Newbie


Joined: 14 Oct 2005
Posts: 57
Location: The Netherlands, Helmond

PostPosted: Oct 15, 2005 1:04am    Post subject: Whois Reply with quote

I need a script for somone whois me he's get a message..
Back to top
trystan
Eleet
Eleet


Joined: 15 Jun 2005
Posts: 756
Location: SLC Utah

PostPosted: Oct 15, 2005 2:52am    Post subject: Reply with quote

For mIRC and Unreal

Code:

on *:snotice:*/whois on you*: {
  notice $2 Who are you? and why are whoising me?
}
Back to top
Niels
Newbie
Newbie


Joined: 14 Oct 2005
Posts: 57
Location: The Netherlands, Helmond

PostPosted: Oct 15, 2005 3:37am    Post subject: Reply with quote

Must i change it?

on *:snotice:*/whois $me*: {
notice $2 Who are you? and why are whoising me?
}
Back to top
trystan
Eleet
Eleet


Joined: 15 Jun 2005
Posts: 756
Location: SLC Utah

PostPosted: Oct 15, 2005 4:31am    Post subject: Reply with quote

No, the message from the server is

: *** nick (ident@host) did a /whois on you.

Thus what I posted the first time will work
Back to top
Niels
Newbie
Newbie


Joined: 14 Oct 2005
Posts: 57
Location: The Netherlands, Helmond

PostPosted: Oct 15, 2005 8:21am    Post subject: Reply with quote

I'am network administrator and it isn't working.. And i have UnrealIRCD
Back to top
toenie
none
none


Joined: 21 Jun 2005
Posts: 25

PostPosted: Oct 15, 2005 9:41am    Post subject: Reply with quote

Code:
ON *:SNOTICE:*: {
  if ($6 == /whois) {
    notice $2 7'12 Hello $2 $+ , what's the problem? 7'
  }
}
Back to top
Niels
Newbie
Newbie


Joined: 14 Oct 2005
Posts: 57
Location: The Netherlands, Helmond

PostPosted: Oct 15, 2005 11:39am    Post subject: Reply with quote

Isn't too not working.... Neutral
Back to top
Niels
Newbie
Newbie


Joined: 14 Oct 2005
Posts: 57
Location: The Netherlands, Helmond

PostPosted: Oct 15, 2005 11:45am    Post subject: Reply with quote

Maybe i change the server settings?
Back to top
toenie
none
none


Joined: 21 Jun 2005
Posts: 25

PostPosted: Oct 15, 2005 11:51am    Post subject: Reply with quote

It's working for me. Try to put the script on another page and try again.
Back to top
Niels
Newbie
Newbie


Joined: 14 Oct 2005
Posts: 57
Location: The Netherlands, Helmond

PostPosted: Oct 15, 2005 12:23pm    Post subject: Reply with quote

Lol, works forgot to set: +W
Back to top
Mystic-Flame
none
none


Joined: 25 Sep 2005
Posts: 33

PostPosted: Oct 30, 2005 2:48am    Post subject: Reply with quote

Here is a randomized one:



on *:SNOTICE:*:{
;Server Notices
if ($4-8 == did a /whois on you. && $0 == Cool {
raw -q notice $2 $whoisn
}
}
alias -l whoisn {
var %temp.rand $rand(1,4)
if (%temp.rand == 1) { RANDOM REPLY 1 }
if (%temp.rand == 2) { RANDOM REPLY 2 }
if (%temp.rand == 3) { RANDOM REPLY 3 }
if (%temp.rand == 4) { RANDOM REPLY 4 }
}
Back to top
Guest






PostPosted: Oct 30, 2005 4:41am    Post subject: Reply with quote

What a long winded way to do it.

Code:

on *:SNOTICE:*whois on you*: {
    notice $2 $read(whois.txt)
}


Then create whois.txt in your mirc dir, put a new reply on each line and mirc will read one at random each time.
Back to top
PingBad
Guru
Guru


Joined: 05 Feb 2005
Posts: 1982
Location: New Zealand

PostPosted: Oct 30, 2005 4:43am    Post subject: Reply with quote

Mystic-Flame wrote:
Here is a randomized one:



on *:SNOTICE:*:{
;Server Notices
if ($4-8 == did a /whois on you. && $0 == Cool {
raw -q notice $2 $whoisn
}
}
alias -l whoisn {
var %temp.rand $rand(1,4)
if (%temp.rand == 1) { RANDOM REPLY 1 }
if (%temp.rand == 2) { RANDOM REPLY 2 }
if (%temp.rand == 3) { RANDOM REPLY 3 }
if (%temp.rand == 4) { RANDOM REPLY 4 }
}
OI! I made that script, dont u dare claim it off as yours, Mystic. Link to original script here
Back to top
Mystic-Flame
none
none


Joined: 25 Sep 2005
Posts: 33

PostPosted: Oct 30, 2005 5:37pm    Post subject: Reply with quote

Never said it was mine o.o just posting it
Back to top
PingBad
Guru
Guru


Joined: 05 Feb 2005
Posts: 1982
Location: New Zealand

PostPosted: Oct 30, 2005 5:45pm    Post subject: Reply with quote

Mystic-Flame wrote:
Never said it was mine o.o just posting it
Didn't say it wasn't either.

Now, I dont mind people using scripts I have made, however I do like a bit of recognition for the work I put into them
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRC Scripts All times are GMT - 6 Hours
Page 1 of 1

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer