mirror of
https://github.com/pissnet/pissircd.git
synced 2025-07-28 22:12:25 +01:00
Fix two typos in example.es.conf that prevent it from working
[skip ci]
This commit is contained in:
parent
cfff343d35
commit
74a9569b4e
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ set {
|
|||
modes-on-connect "+ixw"; /* cuando los usuarios se conecten, obtendrán estos modos de usuario */
|
||||
modes-on-oper "+xws"; /* cuando alguien se convierte en IRCOp obtendrá estos modos */
|
||||
modes-on-join "+nt"; /* modos de canal predeterminados cuando se crea un nuevo canal */
|
||||
oper-auto-join "#opers"; / * Los IRCOps se unen automáticamente a este canal * /
|
||||
oper-auto-join "#opers"; /* Los IRCOps se unen automáticamente a este canal */
|
||||
options {
|
||||
hide-ulines; /* ocultar líneas U en /MAP y /LINKS */
|
||||
show-connect-info; /* mostrar mensajes de "buscando su nombre de host" al conectarse */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue