Author Topic: Chatterbot Configuration Help  (Read 2292 times)

0 Members and 1 Guest are viewing this topic.

Offline Vilent

  • Newbie
  • *
  • Posts: 14
    • View Profile
Chatterbot Configuration Help
« on: April 25, 2007, 02:11:52 pm »
Hey there I'm having trouble configuring chatterbot and I was wondering if you could please help?

lists.conf.default
Quote
# 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.default
Quote
# 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.default
Quote
# 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"
}



Are the files im having trouble editing.....if someone could edit these three quotes with how it should look I'd appreciate it! I believe the "#" are what prevents me from executing the bot but I have no idea...



Offline nslay

  • Hero Member
  • *****
  • Posts: 786
  • Giraffe meat, mmm
    • View Profile
Re: Chatterbot Configuration Help
« Reply #1 on: April 26, 2007, 04:26:04 pm »
Ugh, go away! ...
A majority of you are not even supposed to have my bot, it was written for friends and as a C++ exercise for my own personal experience.

I will release a public version of Chatterbot 3.0 when I get the time to write it.  Until then, don't ask for help/fixes for a piece of software you're not even supposed to have!
An adorable giant isopod!

trust

  • Guest
Re: Chatterbot Configuration Help
« Reply #2 on: April 26, 2007, 05:50:23 pm »
Wait...what are you trying to do? Two of those files have nothing to do with connecting. As far as bot.conf.default goes it appears you just need to replace it with your information.

And if you have a leaked version of a bot that's pretty lame asking for help on a forum the author frequents.

Offline Vilent

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Chatterbot Configuration Help
« Reply #3 on: April 26, 2007, 09:14:16 pm »
I figured it out thanks anyways....someones a little bitter ::)

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Chatterbot Configuration Help
« Reply #4 on: April 27, 2007, 03:33:40 am »
Brilliant.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Vilent

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: Chatterbot Configuration Help
« Reply #5 on: May 26, 2007, 03:35:53 pm »
Actually I cannot get the access.conf to work can someone paste how its suppose to look? :D type "PUTYOURSHITHERE" or something where it needs to be

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: Chatterbot Configuration Help
« Reply #6 on: May 26, 2007, 04:56:27 pm »
Actually I cannot get the access.conf to work can someone paste how its suppose to look? :D type "PUTYOURSHITHERE" or something where it needs to be

You don't get it, do you?

Delete Chatterbot right now. You're not allowed to have it, and nobody here is going to help you.
I'd personally do as Joe suggests

You might be right about that, Joe.