#######################################################################
#
# Sample startup file for xfibs. Put it in your home directory and
# change it's name to .xfibsrc
#
#######################################################################

# If you're having trouble with using the name of the server, try with the 
# ip-numbers
# HOST 129.16.235.153 
Host fraggel65.mdstud.chalmers.se
Port 4321

# If username and password isn't specified, you may enter it in the input
# window when logging in. But beware, I haven't done anything to keep it
# a secret, ie. The password will be shown as you type.
#User YOUR_USER_NAME
#Passwd YOUR_PASSWORD

# This is an example of how you may specify a menu system.
# The syntax is as follows:
#
#   Menu Menuname [shortcut]
#   Item Itemname [shortcut] commandstring
#   Separator
#
# You may have 400 items at most. It should be more than enough :)
#
# The shortcut keys need to be in the same case as the key in the menu item
# like 
#      Menu "Top of the heap" T "ratings" 
# will work, but
#      Menu "Top of the heap" t "ratings" 
# will not. (Only problem with last case is that the shortcut won't work)
#
# The ellipsis at the end of a command makes the command to be put in the
# input window for you to finish it
#
# Just look at what I've done below and you probably get the grip

Menu FIBS F
  Item Connect C connect
  Item "Disconnect from server" D disconnect
  Separator
  Item "Exit from xfibs" x exit 
Menu "Show" S
  Item "ready" r "who ready"
  Item "playing" p "show games"
  Item "watching" w "show watchers"
  Item "saved" s "show saved"
  Separator
  Item "Ratings..." a "ratings ..."
  Item "Top of the heap" T "ratings"
Menu "Toggles" T
  Item "ready" T "toggle ready"
  Item "double" d "toggle double"
  Item "silent" s "toggle silent"
  Item "notify" n "toggle notify"
  Item "report" r "toggle report" 
  Item "greedy" g "toggle greedy"
  Separator
  Item "Toggle..." o "toggle "

# Now, lets add some spice to it all...
#

# I like a board without a numbers - that's what point'n'click is all about
nonumbers

# If you want the players names on the edge of the board
# frame

# This will turn on logging (add a specific file name if you wish):
# logfile
# ..and this will turn logging off!
# nologfile
# This is where to find the logfile:
# logpath /users/mike/bg/games/
# Just log interesting play
# log play
# If you want to log ascii boards for every move as well..
# log boards +
# ..or logging Snoopy style - everything AND ascii boards for every move
# log all

# Set a different no. of columns for text
# columns 132
# If you're not scrolling, make typing window smaller
# typelines 2
# and make the FIBS window bigger
# fibslines 30

# Let me see what I send (I'm a control-freak :-)
# echo

# I don't like the FIBS text all cramped up
# blanks

# I like my input window to be non-scrolling
noscroll

# And I want colors
color

# And I like lines with the following words to be hilighted 
hilite says
# hilite torstein
# hilite a_lot_of_people_i_have_saved_games_with

# You may also have some gag-commands in here
# 'gag user' if you won't hear what 'user' shouts
# gag TheBrutalShouter

# Do you want xfibs to log you in immediately when you run it?
autologin

# Now for the commands to be done when you are logged in:
on_login

# Everything below is sent to the server...
# Set boardstyle to 3. ie. the rawboard format
# set boardstyle 3
  who ready

# shout Hi folks! I'm here!!! 
# On second thought, The last one isn't very polite :)


