Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?
0 Members and 1 Guest are viewing this topic.
# lists.conf# This file is responsible for adding specific and global bans, # designatees and safes.# ban list# Anybody who matches the criteria below are banned unless they are# in the safe or des list."ban" { # Global bans here, wild cards accepted # "x~*~x" # "{][)K}*" # Bans specific to certain bots can be nested like this # "bot 1" { # "chicken?" # # }}# safe list# Anybody who matches the criteria below are never banned"safe" { #"nslay" # "bot 1" { # "{][)K}nslay(?)" # }}# des list# This is slightly different, you set a designatee's rank# Specific lists are given higher precedence than the global list"des" { # "nslay" = "13" # "chatterbot" = "9" # "bot 1" { # "chatterbot" = "14" # Higher precedence for bot 1 # }}
# bot.conf## NOTE: Be sure to end the file with an <enter># Global Settings# These are settings that affect ALL bots regardless.# idle interval determines how often to send anti-idle messages. A# good idle interval is 120000ms ... set this to 0 for the default (120000ms)."idle" = "120000"# trigger specifies a special character that can be used to invoke commands# Comment it out for the default '!'"trigger" = "!"# Defaults# As a convenience you can specify some default bot settings here.# e.g. Suppose all your bots use the same server.# The following can be defined:# "home" = "dk187"# "place" = "There are currently"# "server" = "useast.battle.net"# "port" = "6112"# "bind" = "192.168.0.100"# "reconnect" = "5000"# "timeout" = "30000"# "send" = "5000"# Defining bot "blocks"# "BotId" {# "username" = "chatterbot"# "password" = "stuffs"# "server" = "useast.lame.net"# "port" = "6112"# "home" = "home channel"# "place" = "place string"# "send" = "5000"# "bind" = "192.168.0.100"# "reconnect" = "5000"# "timeout" = "30000"# }## NOTE: Keep in mind "port" is optional# It will pick port to be 6112 by default.# NOTE: BotId should be unique for each bot.
# Access.conf# Holds user information and groups# NOTE: Usernames are not to be confused with server names!# Usernames and passwords# "username" = "password"# e.g.# "nslay" = "727"# "joy" = "mooo"# NOTE: For convenience if username and server name are the same, one does# not need to login with their username.# e.g. instead of 'login nslay 727', one can do 'login 727' so long as# their server name is nslay# Defining a group# "Group Name" {# "priority"="200" # Defines the send priority for the group# "bots" { "bot 1" "bot 2" } # Defines a list of bots for this group# # NOTE: Better to group only bots from the same network for security reasons# "policy" { "say" "ban" "kick" } # Defines commands usable by the group# "nslay" # Users in the group# "joy" # Users in the group# }# Groups"masters" { "priority"="100" # Keep in mind there are no specific meanings to numbers "bots" { "*" } # Allow all bots "policy" { "*" } # Allow all commands # "nslay" # "joy"}
I'd personally do as Joe suggests
You might be right about that, Joe.
Actually I cannot get the access.conf to work can someone paste how its suppose to look? type "PUTYOURSHITHERE" or something where it needs to be