Automated merge with ssh://shadowircd/uranium/shadowircd/
This commit is contained in:
commit
05f8f9e493
|
@ -282,13 +282,13 @@ operator "god" {
|
||||||
/* swhois: defines an additional line that will be displayed
|
/* swhois: defines an additional line that will be displayed
|
||||||
* whenever someone does /whois on the oper in question.
|
* whenever someone does /whois on the oper in question.
|
||||||
*/
|
*/
|
||||||
swhois = "is wearing pants."
|
swhois = "is wearing pants.";
|
||||||
|
|
||||||
/* operstring: defines a custom operstring for this oper,
|
/* operstring: defines a custom operstring for this oper,
|
||||||
* which will be shown in whois instead of default_operstring
|
* which will be shown in whois instead of default_operstring
|
||||||
* or default_adminstring.
|
* or default_adminstring.
|
||||||
*/
|
*/
|
||||||
operstring = "is a lazy IRC Operator"
|
operstring = "is a lazy IRC Operator";
|
||||||
|
|
||||||
/* flags: misc options for the operator. You may prefix an option
|
/* flags: misc options for the operator. You may prefix an option
|
||||||
* with ~ to disable it, e.g. ~encrypted.
|
* with ~ to disable it, e.g. ~encrypted.
|
||||||
|
|
|
@ -499,13 +499,13 @@ operator "god" {
|
||||||
/* swhois: defines an additional line that will be displayed
|
/* swhois: defines an additional line that will be displayed
|
||||||
* whenever someone does /whois on the oper in question.
|
* whenever someone does /whois on the oper in question.
|
||||||
*/
|
*/
|
||||||
swhois = "is wearing pants."
|
swhois = "is wearing pants.";
|
||||||
|
|
||||||
/* operstring: defines a custom operstring for this oper,
|
/* operstring: defines a custom operstring for this oper,
|
||||||
* which will be shown in whois instead of default_operstring
|
* which will be shown in whois instead of default_operstring
|
||||||
* or default_adminstring.
|
* or default_adminstring.
|
||||||
*/
|
*/
|
||||||
operstring = "is a lazy IRC Operator"
|
operstring = "is a lazy IRC Operator";
|
||||||
|
|
||||||
/* flags: misc options for the operator. You may prefix an option
|
/* flags: misc options for the operator. You may prefix an option
|
||||||
* with ~ to disable it, e.g. ~encrypted.
|
* with ~ to disable it, e.g. ~encrypted.
|
||||||
|
|
Loading…
Reference in New Issue