Page 1 of 1

Module Request

Posted: Sun Feb 26, 2006 10:53 pm
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?

Posted: Sun Feb 26, 2006 11:23 pm
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).

Posted: Sun Feb 26, 2006 11:39 pm
by DeadNotBuried
another way is /who *ip* eg. /who *1.2.3.4* or /who *some.dialup.isp.net*

Posted: Sun Feb 26, 2006 11:44 pm
by Syzop
Oh nevermind.. got a bit confused by bugreports I guess.
'/who +i <ip>' is what it should be, and it works fine.

Posted: Mon Feb 27, 2006 12:19 am
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 :)

Posted: Tue Feb 28, 2006 1:40 am
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