Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: gérer les vhosts  (Read 2451 times)

0 Members and 1 Guest are viewing this topic.

Amine

  • Anope User
  • Offline Offline
  • Posts: 5
gérer les vhosts
« 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 ;) ;) ;) ;)
Logged

Lord255

  • Anope User
  • Offline Offline
  • Posts: 136
Re: gérer les vhosts
« Reply #1 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

Logged

Amine

  • Anope User
  • Offline Offline
  • Posts: 5
Re: gérer les vhosts
« Reply #2 on: March 26, 2023, 12:37:46 PM »

thank you Lord255  :D :D ;) ;)
Logged

The Myth Lives

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • What goes around, comes around.
    • PTirc
Re: gérer les vhosts
« Reply #3 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!
Logged
What doesn't kill us, makes us stronger!
Pages: [1]   Go Up