Voilà le fichier de conf modifié avec plusieurs channel de créée en plus.
max_bandwidth = 40000;
welcometext = "Bienvenue sur Informatick";
certificate = "/usr/local/umurmur/var/umurmur.crt";
private_key = "/usr/local/umurmur/var/umurmur.key";
password = "#######";
admin_password = "#########"; # Set to enable admin functionality.
# ban_length = 0; # Length in seconds for a ban. Default is 0. 0 = fo
# enable_ban = false; # Default is false
# banfile = "/usr/local/umurmur/var/banfile.txt"; # File to save bans to. Defa
# sync_banfile = false; # Keep banfile synced. Default is false, which mean
# allow_textmessage = true; # Default is true
# opus_threshold = 100; # Percentage of users supporting Opus codec for it
max_users = 10;
bindport = 20089;
bindaddr = "192.168.1.253";
# username and groupname for privilege dropping.
# Will attempt to switch user if set.
username = "nobody";
# If groupname not set the user's default login group will be used
groupname = "nobody";
# Log to file option. Default is logging to syslog.
# umurmurd will close and reopen the logfile if SIGHUP is received.
logfile = "/usr/local/umurmur/var/umurmurd.log";
# Channel tree definition:
# Root channel must always be defined first.
# If a channel has a parent, the parent must be defined before the child channel
channels = ( {
name = "Root";
parent = "";
description = "Root channel. No entry.";
noenter = true;
},
{
name = "Arrivants";
parent = "Root";
description = "Canal des Arrivants";
},
{
name = "Informatick";
parent = "Root";
description = "Canal de Informatick";
password = "###########";
},
{
name = "Team LoL";
parent = "Root";
description = "Canal de League of Legends";
#password = "LoL";
},
{
name = "Discussions";
parent = "Team LoL";
description = "Canal de Discussions sur League of Legends";
},
{
name = "Joueurs PVP";
parent = "Team LoL";
description = "Canal des Joueurs PVP sur League of Legends";
},
{
name = "Joueurs IA";
parent = "Team LoL";
description = "Canal des Joueurs VS IA sur League of Legends";
},
{
name = "Team Dofus";
parent = "Root";
description = "Canal de Dofus";
#password = "Dofus";
},
{
name = "Discussions Dofus";
parent = "Team Dofus";
description = "Canal de Discutions sur Dofus";
},
{
name = "Joueurs Dofus";
parent = "Team Dofus";
description = "Canal des Joueurs sur Dofus";
},
{
name = "Absents-AFK";
parent = "Root";
description = "Canal des Absents";
}
);
# Channel links configuration.
channel_links = (
{
source = "Team LoL";
destination = "Discussions";
},
{
source = "Team LoL";
destination = "Joueurs PVP";
},
{
source = "Team LoL";
destination = "Joueurs IA";
},
{
source = "Team Dofus";
destination = "Discussions Dofus";
},
{
source = "Team Dofus";
destination = "Joueurs Dofus";
},
);
# The channel in which users will appear in when connecting.
# Note that default channel can't have 'noenter = true' or password set
default_channel = "Arrivants";
Je ne vois vraiment pas car j'ai fais du copier coller et j'ai juste modifié les noms ainsi que le "parent".
Merci en tout cas pour votre aide.