Anope IRC Services

International Support => French => Topic started by: Amine on February 19, 2023, 08:23:29 PM

Title: gérer les vhosts
Post by: Amine on February 19, 2023, 08:23:29 PM
bonjour,
je suis nouveau parmi vous sur le forum et sur irc, j'ai un serveur irc unrealircd 6 avec anope 2 je voudrais gérer les commandes des utilisateurs de vhost et moi autant qu'un ircop je reçois pas les notifications pourtant mes fichiers de configuration sont configurés normalement .
2- comment se loger en service root? :-\ :-\ :-\ :-\
merci d'avance ;) ;) ;) ;)
Title: Re: gérer les vhosts
Post by: Lord255 on February 19, 2023, 09:14:00 PM
you need to set a log for a chan for example to see the host requests.

like:

Code: [Select]
/*
 * when someone execute the following commands, it will be "logged" to the given channel
 */
log
{
   bot = "HostServ"
   target = "#chnnelname"
   commands = "hostserv/request hostserv/activate"
}

on the how to login to operserv:
/msg operserv login

Title: Re: gérer les vhosts
Post by: Amine on March 26, 2023, 12:37:46 PM
thank you Lord255  :D :D ;) ;)
Title: Re: gérer les vhosts
Post by: The Myth Lives on March 26, 2023, 01:35:48 PM
- Alternatively you can uncomment the following lines, by removing the # sign:

This way, whenever a user request a vHost all the opers will receive a memo with a text similar to:
[auto memo] vHost The.Mythological.Creature has been requested by PeGaSuS
and the user will also receive a memo when their vHost is accepted or rejected and with the reject reason if one is specified.

Hope this helps too.

Cheers!