can be used in the .conf file, which are mentioned in this code.

Code: Select all
###########
# irc.mod #
###########
# custom network
#XXX damn eggdrop bug
set net-type 1
set net-type 5
# number of mode parameters per line
set modes-per-line 6
# include +l/k in modes-per-line
set include-lk 1
# enable +e/I
set use-exempts 1
set use-invites 1
# mix +e/I with others
set prevent-mixing 0
# maximum length of mode change buffer
set mode-buf-length 300
# max individual lists
set max-bans 100
set max-exempts 45
set max-invites 45
# max total lists
set max-modes 190
# number of nicks per KICK
set kick-method 4
# send invitation on key request if channel is +i
set invite-key 1
# casetable mode
set rfc-compliant 0
##############
# server.mod #
##############
# stackable commands, comma-separated primary targets
set stackable-commands "PRIVMSG NOTICE JOIN PART KICK WHOIS WHOWAS USERHOST ISON WATCH DCCALLOW"
# stackable commands, space-separated primary targets
set stackable2-commands "USERHOST ISON WATCH"
# command target stacking:
# 0 - no stacking
# 1 - stack everything
# 2 - stack stackable-commands
# 3 - stack everything but stackable-commands
set use-fast-deq 2
# max targets
set stack-limit 4
# does umode +r mean restricted?
set check-mode-r 0
# irc2 penalties
set use-penalties 0
# nick length
set nicklen 30
