Whois reply

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
HiThere
Posts: 2
Joined: Sun Dec 26, 2004 2:59 pm

Whois reply

Post 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..
Ron2K

Post by Ron2K »

/NOTICE <nick> <text>
HiThere
Posts: 2
Joined: Sun Dec 26, 2004 2:59 pm

Post 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..
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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).
Eros
Posts: 16
Joined: Thu Apr 01, 2004 1:58 pm
Location: From My Home :p
Contact:

Post 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 }
DeadNotBuried
Posts: 44
Joined: Wed Mar 10, 2004 5:30 am
Location: irc.majestic-liaisons.com
Contact:

Post 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 }
Majestic Liaisons Adult Chat - [url=irc://irc.majestic-liaisons.com:6667]IRC[/url] , Java
Syzop
UnrealIRCd head coder
Posts: 2118
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

umode +W is gay anyway :p
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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? :)
Syzop
UnrealIRCd head coder
Posts: 2118
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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.. ;)
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post 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.)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Locked