111 lines
2.2 KiB
INI
111 lines
2.2 KiB
INI
![]() |
; [proxy]
|
||
|
; enabled = True
|
||
|
; host = your.proxy.host
|
||
|
; port = 1080
|
||
|
; username = your_username ; Optional
|
||
|
; password = your_password ; Optional
|
||
|
|
||
|
[antispam]
|
||
|
enabled = true
|
||
|
spam_limit = 60
|
||
|
repeat_limit = 20
|
||
|
mention_limit = 2
|
||
|
max_length = 250
|
||
|
service_name = ChanServ
|
||
|
|
||
|
[bot]
|
||
|
nick = g1mp
|
||
|
username = g1mp
|
||
|
realname = g1mp
|
||
|
#host = ircd.chat
|
||
|
host = irc.supernets.org
|
||
|
port = 6697
|
||
|
#host = 199.195.248.136
|
||
|
#port = 6667
|
||
|
password = ""
|
||
|
# Uncomment this if you want SSL support
|
||
|
ssl = true
|
||
|
owner = Zodiac
|
||
|
# Uncomment this if you don't want to check the certificate
|
||
|
#ssl_verify = CERT_NONE
|
||
|
|
||
|
|
||
|
# Uncomment this if you want to use SASL authentication
|
||
|
sasl_username = Zodiac
|
||
|
sasl_password = z0mgsu0rcka98thj3U*H
|
||
|
|
||
|
|
||
|
includes =
|
||
|
irc3.plugins.cron
|
||
|
irc3.plugins.core
|
||
|
irc3.plugins.log
|
||
|
irc3.plugins.command
|
||
|
irc3.plugins.uptime
|
||
|
#irc3.plugins.userlist
|
||
|
# irc3.plugins.ctcp
|
||
|
plugins.my_yt
|
||
|
# plugins.url_title_sniffer
|
||
|
plugins.asynchronious
|
||
|
plugins.users
|
||
|
plugins.upload
|
||
|
plugins.urban_dictionary
|
||
|
plugins.bomb
|
||
|
plugins.services.anti_spam
|
||
|
plugins.services.administration
|
||
|
plugins.random_msg
|
||
|
plugins.imitate
|
||
|
plugins.goat
|
||
|
plugins.matrix
|
||
|
plugins.disregard
|
||
|
plugins.unicode_spam
|
||
|
plugins.unicode_say
|
||
|
# plugins.whois
|
||
|
|
||
|
#max_length = 100
|
||
|
|
||
|
api_key = AIzaSyBNrqOA0ZIziUVLYm0K5W76n9ndqz6zTxI
|
||
|
|
||
|
# The bot will join #mybot_channel
|
||
|
# ${#} is replaced by the # character
|
||
|
autojoins =
|
||
|
${#}superbowl
|
||
|
${#}bot
|
||
|
${#}dev
|
||
|
|
||
|
|
||
|
# Autojoin delay, disabled by default
|
||
|
# Specify as a float or int value
|
||
|
# autojoin_delay = 3.1
|
||
|
|
||
|
# The maximum number of lines irc3 sends at once
|
||
|
# Defaults to 4; set to 0 to disable
|
||
|
flood_burst = 0
|
||
|
|
||
|
# Number of lines per $flood_rate_delay seconds after reaching $flood_burst limit
|
||
|
# Defaults to 1
|
||
|
# flood_rate = 2
|
||
|
|
||
|
# Messages per $flood_rate_delay seconds
|
||
|
# Defaults to 1
|
||
|
# flood_rate_delay = 5
|
||
|
|
||
|
[irc3.plugins.command]
|
||
|
# Command plugin configuration
|
||
|
|
||
|
# Set the command character
|
||
|
cmd = !
|
||
|
|
||
|
# Set the guard policy
|
||
|
guard = irc3.plugins.command.mask_based_policy
|
||
|
|
||
|
|
||
|
|
||
|
[irc3.plugins.command.masks]
|
||
|
# This section secures the bot's commands using a guard policy
|
||
|
# Change your nickname and uncomment the line below
|
||
|
Zodiac!*@* = all_permissions
|
||
|
*!*@FD6A706F.6FD22141.96240460.IP = admin
|
||
|
*!uid677411@F2D3E935.BB0D0323.FD0AB6F1.IP = admin
|
||
|
* = view
|
||
|
|