How can I stop a user from bothering me?

How can I stop a user from bothering me? If someone is bothering you, we generally recommend that you /IGNORE them.  Most IRC clients do have an "ignore-system" built in, that provides the /IGNORE command.  In some clients or web-chat clients, the ignore system is missing -- however IRC4Fun does provide a server-side /SILENCE command. You can also use various User Modes which may be helpful. Using the IGNORE command: /ignore nickname!*some@hostmask The ignore system does not stop the user from sending you messages, but your IRC client (if it supports IGNORE) will block them from being displayed to you. Using the SILENCE command: /silence +nickname!*some@hostmask The silence system will block messages from the matching user from being sent to your IRC or web-chat client -- however, the entries in…
Read More

User Modes

InspIRCd supports five types of mode: Type Parameter when adding? Parameter when removing? Can be set multiple times? Description Switch No No No Toggles the behaviour of a feature on a channel or user. Parameter Yes No No Enables and configures the behaviour of a feature on a channel or user. ParamBoth Yes Yes No The same as a Parameter mode only the parameter must be specified to remove it. Prefix Yes; channel member nickname Yes; channel member nickname Yes; once per channel member Grants/revokes a status rank to the user specified in the parameter. List Yes Yes Yes; up to the maximum list size Adds/removes entries from a list. Core Core user modes are user modes which are always available. For details on the user modes provided by modules,…
Read More