The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download | Blog
Personal tools

Modules/customtitle

From Inspire IRCd (InspIRCd)

Jump to: navigation, search

Description

m_customtitle provides the ability for users to log in, via a username and password system and be assigned a "custom title", swhois and optionally a vhost

Configuration Tags

<title name="..." password="..." host="..." title="..." vhost="...">

Where the attributes are as follows:

  • name - The username used to identify
  • password - The password used to identify
  • host - Allowed hostmask [optional]
  • title - Title shown in whois
  • vhost - Displayed host [optional]


  • Examples
<title name="foo" password="bar" title="Official Chat Helper">

<title name="bar" password="foo" host="ident@host.name" title="Official Chat Helper" vhost="helper.network.chat">

Additional Modes

None

Additional Commands

/TITLE <name> <password>

Special Notes

 How it will look
 <titlename="foo" password="bar" title="Official Chat Helper">

Will Output like this:

Bricker Official Chat Helper

So if you want it to have "is" etc yo need to add it. VHost doesn't need explaining