ADDHOST
From Botnix
ADDHOST
Syntax: ADDHOST <handle> <host regexp>
Adds a host to a user. You must be an owner or master. You cannot add hosts to a user with privilages above your own.
NB: While other bots such as eggdrop and WinBot use glob matching (simple * and ?) for their hostmasks, botnix uses regualar expressions. Please see our Regular Expressions page for explainations on how to easily turn a glob hostname into a regular expression hostname.
If you really must use a glob pattern to match a hostname, simply make sure that the first symbol in the hostmask is * (which is invalid in a regexp) and the hostmask will be automagically converted into a (pretty limited) regexp for you, for example *flerble@somewhere.com
Implemented by: core

