Req: Custom Whois Lines?

These are old archives. They are kept for historic purposes only.
Post Reply
Fluffy

Req: Custom Whois Lines?

Post 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.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

As far as i know currently only available in vhost blocks and oper blocks but i think its swhois youre looking for.
BigBen
Posts: 49
Joined: Sat Nov 25, 2006 3:25 pm

Post 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
MightyWings
Posts: 20
Joined: Fri Feb 26, 2010 12:06 pm
Location: Portadown, Northern Ireland
Contact:

Re: Req: Custom Whois Lines?

Post by MightyWings »

There is such a module available called m_swhois
It is listed on the UnrealIRCd modules page.
MightyWings
Post Reply