UnrealIRCD
June 15, 2010 :: Posted by - Efreak :: Category - Uncategorized
We use UnrealIRCD version 3.2.8.1 with several extra modules loaded.
| Module Name | Module Description |
|---|---|
| nocolorumode | this adds the user mode +c, which works just like the channel mode +S; it strips all incoming color and formatting codes for you. |
| netadmins | Extra protection for netadmins. Helps prevent power abuse. |
| svsmkick | For services only. Mass kick all users from a channel. |
| gqline | global qline. A qline is a nick ban. |
| sendraw | allows ircops to send fake message from nonexistent users. Mostly used for the now-defunct twitter bot. |
| chgswhois | Now replaced by the services module. Allows staff members to set a swhois (secure whois) line on users. |
| uline | allows users to be given u:lines, or services status. Used exclusively for authorized staff bots. |
| hostforward | Adds an extban ~f, which forwards the banned user into another channel. Use it as such: /mode #blah +b ~f:#lobby:nick!ident@host When nick!ident@host tries to join #blah, they will instead be forced to join #lobby. |
| securequery | Only available to users on a secure (ssl) connection. If you have the usermode +Z set, only users on a secure connection will be able to send you a private message. |
