Modules/2.0/saquit
From the makers of InspIRCd.
(Redirected from Modules/saquit)
saquit module (2.0 version)
Current | Future | ||
2.0 Documentation | 3.0 Documentation | ||
Return to the 2.0 Module List |
Description
|
Quit a user with the given quit message |
Configuration Tags
|
This module does not require any extra configuration, beyond the <module> tag to load it. |
Modes
|
This module does not implement any extra user or channel modes. |
Extended Bans (Extbans)
|
This module implements no extended bans. |
Commands
|
/SAQUIT <Nick> <Reason> Forces <Nick> to Quit with <Reason> |
Special Notes
|
This is slightly different from kill, it doesn't display any sort of path, it doesn't say the user was killed, and it overrides the Quit Prefix specified in your config file, so in effect, you could do a command such as:
/saquit Craig :Ping timeout: 121 seconds And it will appear to everyone like the following example: *** Craig has quit (Ping timeout: 121 seconds) ...A good way to make a 'stealthy' exit :) |