Page 1 of 1

Req: Custom Whois Lines?

Posted: Fri Dec 22, 2006 6:06 pm
by Fluffy
This is probably quite an easy question to answer but how would I add a line to whois like 'Nick is a website admin.'
A way to do this is add a new user mode but I don't actually know how to do this. All I need is a few pointers in the right direction, or if someone could write the whole thing that would be very much appreciated.

Posted: Fri Dec 22, 2006 6:59 pm
by Jobe
As far as i know currently only available in vhost blocks and oper blocks but i think its swhois youre looking for.

Posted: Sun Dec 24, 2006 3:37 am
by BigBen
to add it, for ex.

oper BigBen {
class clients;
from {
userhost ***r@*;
};
password "bi***";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
global;
can_override;
can_setq;
can_addline;
can_globalnotice;

};

swhois "Network Owner, Servcies Admin, and Enforecer.";


have the swhois at the end of it, and add the "" and ; at the end. if the server is not running yet. start it, or if it is running, type /rehash

Re: Req: Custom Whois Lines?

Posted: Fri Feb 26, 2010 3:16 pm
by MightyWings
There is such a module available called m_swhois
It is listed on the UnrealIRCd modules page.