eggdrop deban tout seul les ban
#1
bonjour je voudrait savoir comment faire pour pas que l eggdrop deban les ban tout seul  enleve les invite et les exception du salon


merci a tous pour votre aide
#2
Il faut les mettre par l'eggdrop, en mode permanent.

Ou bien, régler ton canal (toujours dans l'eggdrop) pour qu'ils n'expirent plus:

Code:
.chanset #les_beaufs ban-time 0
.chanset #les_beaufs invite-time 0
.chanset #les_beaufs exempt-time 0
Note tout de même que ces listes ont une taille limitée, par exemple la valeur standard de la banlist sur IRC est de 30.
zeolia: tchat gratuit, sans inscription ni publicité
Merci de ne pas demander d'aide en MP
Away
#3
le problème c'est que sa le fait sur tout les salon ou il est
#4
Oui, c'est le comportement par défaut.
Dans ce cas, .help chanset te dira:
party-line Wrote:###  chanset <channel> <settings>
Allows you to change the channel settings (see 'chaninfo' for the settings) for one specific channel or all channels. Use '*' to apply the change to all channels.
Changes are used until the next rehash/chanload/restart, and are saved whenever the channel settings are saved.

La partie en gras signifie (pour ceux qui auraient la flemme de traduire) qu'il suffit de remplacer le nom du canal par un astérisque (*) pour que le réglage soit fait sur tous les canaux.

Nota bene : .help est une commande très utile
zeolia: tchat gratuit, sans inscription ni publicité
Merci de ne pas demander d'aide en MP
Away
#5
tes commende ne fonctionnes pas
#6
Essaye
Quote:.chanset #les_beaufs +enforcebans
pour garder les bans sur #les_beaufs
Quote:.chanset * +enforcebans
pour tout les salons.

Pour tout les futurs salons change dans eggdrop.fr la variable "default-chanset" -enforcebans en +enforcebans

par exemple :
Quote:set default-chanset {
       -enforcebans
}
Retrouvez les dernières modifications de mes scripts TCL (versions Alpha/Bêta) ainsi que d'autres de mes réalisations sur ma page GitHub et les versions stables dans la section scripts de ce site  8-)
#7
En fait, enforcebans n'a rien à voir, ça force l'eggdrop à kicker automatiquement ceux qui correspondent au masque de ban quand il est posé.

Il faut voir du côté des flags suivants :
dynamicbans
userbans
dynamicexempts
userexempts
dynamicinvites
userinvites

Chacun de ces flags est expliqué dans le fichier eggdrop.conf (la version complète, pas allégée).
Toute l'actualité de mes scripts ici     (dernière mise à jour le 22/04/2020)

Tout programme comporte au moins un bug et pourrait être raccourci d'au moins une instruction, de quoi l'on peut déduire que tout programme peut être réduit à une seule instruction qui ne fonctionne pas.
#8
(17/12/2020, 18:12)LTEF Wrote: tes commende ne fonctionnes pas

Ton français ne fonctionne pas. Et "ça ne marche pas" n'est pas suffisant pour t'aider.
zeolia: tchat gratuit, sans inscription ni publicité
Merci de ne pas demander d'aide en MP
Away
#9
Salut,

.chanset #Salon ban-time 5
.chanset #Salon +dynamicbans
Vous interdisez les erreurs, vous empêchez ainsi la victoire.

Ma super kikoo-page loll
#10
Quote:Chacun de ces flags est expliqué dans le fichier eggdrop.conf (la version complète, pas allégée).
Voici ce qui a dans eggdrop.conf (en anglais)

Code:
# chanmode +/-<modes>
#    This setting makes the bot enforce channel modes. It will always add
#    the +<modes> and remove the -<modes> modes.
#
# A complete list of all available channel settings:
#
# enforcebans
#    When a ban is set, kick people who are on the channel and match
#    the ban?
#
# dynamicbans
#    Only activate bans on the channel when necessary? This keeps
#    the channel's ban list from getting excessively long. The bot
#    still remembers every ban, but it only activates a ban on the
#    channel when it sees someone join who matches that ban.
#
# userbans
#    Allow bans to be made by users directly? If turned off, the bot
#    will require all bans to be made through the bot's console.
#
# dynamicexempts
#    Only activate exempts on the channel when necessary? This keeps
#    the channel's exempt list from getting excessively long. The bot
#    still remembers every exempt, but it only activates a exempt on
#    the channel when it sees a ban set that matches the exempt. The
#    exempt remains active on the channel for as long as the ban is
#    still active.
#
# userexempts
#    Allow exempts to be made by users directly? If turned off, the
#    bot will require all exempts to be made through the bot's console.
#
# dynamicinvites
#    Only activate invites on the channel when necessary? This keeps
#    the channel's invite list from getting excessively long. The bot
#    still remembers every invite, but the invites are only activated
#    when the channel is set to invite only and a user joins after
#    requesting an invite. Once set, the invite remains until the
#    channel goes to -i.
#
# userinvites
#    Allow invites to be made by users directly? If turned off, the
#    bot will require all invites to be made through the bot's console.
#
# autoop
#    Op users with the +o flag as soon as they join the channel?
#    This is insecure and not recommended.
#
# autohalfop
#    Halfop users with the +l flag as soon as they join the channel?
#    This is insecure and not recommended.
#
# bitch
#    Only let users with +o) flag be opped on the channel?
#
# greet
#    Say a user's info line when they join the channel?
#
# protectops
#    Re-op a user with the +o flag if they get deopped?
#
# protecthalfops
#    Re-halfop a user with the +l flag if they get dehalfopped?
#
# protectfriends
#    Re-op a user with the +f flag if they get deopped?
#
# statuslog
#    Log the channel status line every 5 minutes? This shows the bot's
#    status on the channel (op, voice, etc.), the channel's modes, and
#    the total number of members, ops, voices, regular users, and +b,
#    +e, and +I modes on the channel. A sample status line follows:
#
#      [01:40] @#lamest (+istn) : [m/1 o/1 v/4 n/7 b/1 e/5 I/7]
#
# revenge
#    Remember people who deop/kick/ban the bot, valid ops, or friends
#    and punish them? Users with the +f flag are exempt from revenge.
#
# revengebot
#    This is similar to to the 'revenge' option, but it only triggers
#    if a bot gets deopped, kicked or banned.
#
# autovoice
#    Voice users with the +v flag when they join the channel?
#
# secret
#    Prevent this channel from being listed on the botnet?
#
# shared
#    Share channel-related user info for this channel?
#
# cycle
#    Cycle the channel when it has no ops?
#
# dontkickops
#    Do you want the bot not to be able to kick users who have the +o
#    flag, letting them kick-flood for instance to protect the channel
#    against clone attacks.
#
# inactive
#    This prevents the bot from joining the channel (or makes it leave
#    the channel if it is already there). It can be useful to make the
#    bot leave a channel without losing its settings, channel-specific
#    user flags, channel bans, and without affecting sharing.
#
# seen
#    Respond to seen requests in the channel?  The seen module must be
#    loaded for this to work.
#
# nodesynch
#    Allow non-ops to perform channel modes? This can stop the bot from
#    fighting with services such as ChanServ, or from kicking IRCops when
#    setting channel modes without having ops.
#
# static
#    Allow only permanent owners to remove the channel?
Retrouvez les dernières modifications de mes scripts TCL (versions Alpha/Bêta) ainsi que d'autres de mes réalisations sur ma page GitHub et les versions stables dans la section scripts de ce site  8-)


Possibly Related Threads…
Thread Author Replies Views Last Post
  Auto op Bot seul psyom 2 4,221 19/03/2012, 19:54
Last Post: cestlemien
  Fichier .conf tout rempli mais le bot ne se lance pas [windrop] Pikaonch 6 5,836 02/02/2011, 19:12
Last Post: Pikaonch

Forum Jump:


Users browsing this thread: 1 Guest(s)