Add hostserv/botserv aliases to the example confs.
This commit is contained in:
parent
60e16d64e7
commit
4efc8651ac
|
@ -404,6 +404,14 @@ alias "MemoServ" {
|
||||||
target = "MemoServ";
|
target = "MemoServ";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alias "HostServ" {
|
||||||
|
target = "HostServ";
|
||||||
|
};
|
||||||
|
|
||||||
|
alias "BotServ" {
|
||||||
|
target = "BotServ";
|
||||||
|
};
|
||||||
|
|
||||||
alias "NS" {
|
alias "NS" {
|
||||||
target = "NickServ";
|
target = "NickServ";
|
||||||
};
|
};
|
||||||
|
@ -420,6 +428,14 @@ alias "MS" {
|
||||||
target = "MemoServ";
|
target = "MemoServ";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alias "HS" {
|
||||||
|
target = "HostServ";
|
||||||
|
};
|
||||||
|
|
||||||
|
alias "BS" {
|
||||||
|
target = "BotServ";
|
||||||
|
};
|
||||||
|
|
||||||
general {
|
general {
|
||||||
hide_error_messages = opers;
|
hide_error_messages = opers;
|
||||||
hide_spoof_ips = yes;
|
hide_spoof_ips = yes;
|
||||||
|
|
|
@ -868,6 +868,14 @@ alias "MemoServ" {
|
||||||
target = "MemoServ";
|
target = "MemoServ";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alias "HostServ" {
|
||||||
|
target = "HostServ";
|
||||||
|
};
|
||||||
|
|
||||||
|
alias "BotServ" {
|
||||||
|
target = "BotServ";
|
||||||
|
};
|
||||||
|
|
||||||
alias "NS" {
|
alias "NS" {
|
||||||
target = "NickServ";
|
target = "NickServ";
|
||||||
};
|
};
|
||||||
|
@ -884,6 +892,14 @@ alias "MS" {
|
||||||
target = "MemoServ";
|
target = "MemoServ";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alias "HS" {
|
||||||
|
target = "HostServ";
|
||||||
|
};
|
||||||
|
|
||||||
|
alias "BS" {
|
||||||
|
target = "BotServ";
|
||||||
|
};
|
||||||
|
|
||||||
/* The general block contains many of the options that were once compiled
|
/* The general block contains many of the options that were once compiled
|
||||||
* in options in config.h. The general block is read at start time.
|
* in options in config.h. The general block is read at start time.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue