diff --git a/doc/conf/examples/example.conf b/doc/conf/examples/example.conf index b820b034f..931285c7b 100644 --- a/doc/conf/examples/example.conf +++ b/doc/conf/examples/example.conf @@ -452,7 +452,7 @@ set { set { kline-address "set.this.to.email.address"; /* e-mail or URL shown when a user is banned */ modes-on-connect "+ixw"; /* when users connect, they will get these user modes */ - modes-on-oper "+xwgs"; /* when someone becomes IRCOp they'll get these modes */ + modes-on-oper "+xws"; /* when someone becomes IRCOp they'll get these modes */ modes-on-join "+nt"; /* default channel modes when a new channel is created */ oper-auto-join "#opers"; /* IRCOps are auto-joined to this channel */ options { diff --git a/doc/conf/examples/example.fr.conf b/doc/conf/examples/example.fr.conf index 013229efa..7e690f90b 100644 --- a/doc/conf/examples/example.fr.conf +++ b/doc/conf/examples/example.fr.conf @@ -408,7 +408,7 @@ set { set { kline-address "indiquez.une.adresse.email"; /* e-mail ou URL indiquée lorsqu'un utilisateur est banni */ modes-on-connect "+ixw"; /* modes utilisateur ajoutés lorsqu'un utilisateur se connecte */ - modes-on-oper "+xwgs"; /* modes utilisateur ajoutés lorsqu'un utilisateur devient IRCOp */ + modes-on-oper "+xws"; /* modes utilisateur ajoutés lorsqu'un utilisateur devient IRCOp */ oper-auto-join "#opers"; /* salon que les IRCOps joignent automatiquement */ options { hide-ulines; /* cacher les U-lines de /MAP et /LINKS */ diff --git a/doc/conf/examples/example.tr.conf b/doc/conf/examples/example.tr.conf index 6083c8802..4df91b726 100644 --- a/doc/conf/examples/example.tr.conf +++ b/doc/conf/examples/example.tr.conf @@ -453,7 +453,7 @@ set { set { kline-address "set.this.to.email.address"; /* bir kullanıcı banlandığında e-mail yada URL satırı gösterir */ modes-on-connect "+ixw"; /* kullanıcılar bağlandığında, bu modları alacaktır */ - modes-on-oper "+xwgs"; /* Birisi IRC Operatör olduğunda bu modları alacaktır */ + modes-on-oper "+xws"; /* Birisi IRC Operatör olduğunda bu modları alacaktır */ oper-auto-join "#opers"; /* IRCoplar bu kanala otomatik olarak giriş yapacaktır */ options { hide-ulines; /* U-lines satırları /MAP ve /LINKS komutunda gözükmez */