inspircd / inspircd-contrib

Third-party InspIRCd module repository.
https://www.inspircd.org
66 stars 72 forks source link

Add ability to insert ident to m_conn_vhost #130

Closed genius3000 closed 6 years ago

genius3000 commented 6 years ago

Using the InspIRCd function SearchAndReplace, replace "$ident" in vhost with the user's ident ('~' removed if prefixed with). This keeps backwards compatibility and allows customization to where the ident is placed.
Updated the ModDesc with the Version string, it seems more descriptive.

Resolves #129