Page 1 of 1

Whois reply

Posted: Sun Dec 26, 2004 3:04 pm
by HiThere
I am an ircop on a network and my question is, how do I send a notice message to the person who whois me? I know its possible to do that with unrealIRCD but I just dont know how..

Posted: Sun Dec 26, 2004 6:43 pm
by Ron2K
/NOTICE <nick> <text>

Posted: Wed Dec 29, 2004 6:00 pm
by HiThere
What I want to do is to send a auto message to anyone that whois me, I know its possible with UnrealIRCD but I just dont know how..

Posted: Wed Dec 29, 2004 6:23 pm
by Dukat
No, that's not possible with UnrealIRCd.

If you saw that, most probably an oper was using some sort of client side script to notice the user whenever he receives a whois notification (umode +W).

Posted: Fri Dec 31, 2004 11:53 am
by Eros
well its can be done with a simple mIRC code. the put the below code into ur mIRC remote & set ur user mode +W

Code: Select all

on *:snotice:*whois on you*:{ notice $2 Do NOT Whois me you idiot :p }

Posted: Fri Dec 31, 2004 3:12 pm
by DeadNotBuried
persionally i think it should be more like

Code: Select all

on *:snotice:*whois on you*:{ notice $2 I'm a lamer, so i'm sending you this completely inane message because you whois'd me }

Posted: Fri Dec 31, 2004 4:18 pm
by Syzop
umode +W is gay anyway :p

Posted: Mon Jan 03, 2005 4:59 am
by aquanight
Yup. I'd prefer:

Code: Select all

on ^*:snotice:*whois on you*:mode $me -W | halt
:)
Syzop wrote:umode +W is gay anyway :p
So why does it still exist? :)

Posted: Mon Jan 03, 2005 7:39 pm
by Syzop
aquanight wrote:
Syzop wrote:umode +W is gay anyway :p
So why does it still exist? :)
Because, perhaps contrary to popular belief, I don't always let my personal opinion prevail over the opinion of users.. ;)

Posted: Tue Jan 04, 2005 6:42 am
by w00t
Syzop wrote:Because, perhaps contrary to popular belief, I don't always let my personal opinion prevail over the opinion of users.. ;)
"always" being the operative word there, kids ;)
(jk. You rock Syz.)