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

Modules/abbreviation

From the makers of InspIRCd.

Jump to: navigation, search
Development Development Material - Information posted here is for developer reference only. This material is subject to possible change and will be technical in nature.


Description
This module allows commands to be abbreviated using the syntax "/BEGIN." where BEGIN is the beginning of the command. For example, the command "GLINE" could be used as "/gl.", assuming no other commands start with those same letters.
Configuration Tags
None
Additional Modes
None
Additional Commands
None, but allows existing commands to be abbreviated.
Special Notes
If more than one command begins with the BEGIN text, a list of matching commands will be given and no command will be executed.

This module will not allow abbreviation of aliases set by m_alias as these are not actual commands. If you wish to shorten an alias, make a shorter copy of that alias.