Module Request

These are old archives. They are kept for historic purposes only.
Post Reply
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Module Request

Post by ratman »

Is there a module where I can have an IRCop (restricted to them only) do a /whois on an IP and it returns the current nick of the user at that IP?
Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

This should actually have been in who of core UnrealIRCd ('/who +h <ip>') but that is currently not working (will be fixed next version if everything goes ok).
In the meantime you can do '/who +I' and then search on the IP (eg: '/who +I 1.2.3.4' ctrl+f 1.2.3.4).. I'm sure some people can write a script as well.

Of course a module is also possible (I personally am not planning to write one).
DeadNotBuried
Posts: 44
Joined: Wed Mar 10, 2004 5:30 am
Location: irc.majestic-liaisons.com
Contact:

Post by DeadNotBuried »

another way is /who *ip* eg. /who *1.2.3.4* or /who *some.dialup.isp.net*
Majestic Liaisons Adult Chat - [url=irc://irc.majestic-liaisons.com:6667]IRC[/url] , Java
Syzop
UnrealIRCd head coder
Posts: 2117
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

Oh nevermind.. got a bit confused by bugreports I guess.
'/who +i <ip>' is what it should be, and it works fine.
ratman
Posts: 47
Joined: Mon Apr 19, 2004 2:46 pm

Post by ratman »

Syzop wrote:Oh nevermind.. got a bit confused by bugreports I guess.
'/who +i <ip>' is what it should be, and it works fine.
works great, thanks :)
Chaosmortal
Posts: 4
Joined: Tue Feb 28, 2006 12:12 am

Post by Chaosmortal »

Syzop wrote:Oh nevermind.. got a bit confused by bugreports I guess.
'/who +i <ip>' is what it should be, and it works fine.
:arrow: thx
In the darkfuture darkplanet of darkpeople darklords will rule
Post Reply