# # sample ~/.keitairc for keitairc 2.x # # $Id: dot.keitairc,v 1.14 2008-05-13 02:53:31 matusita Exp $ # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/etc/dot.keitairc,v $ ################################################################ # IRC setup ################################################################ # Your IRC nick, real name, username irc_nick = adr irc_desc = Andre Limmoenman irc_username = andre # IRC server, port and password (if any) irc_server = irc.example.com irc_port = 6667 irc_password = javel # Keitairc http hostname web_host = your-keitairc-server.example.com # Keitairc http port. Set to 8080 by default. # web_port = 8080 # Keitairc page title. Set to 'keitairc' by default # web_title = keitairc # Number of history per irc channel. Set to 100 by default. # web_lines = 100 # root directory for web access. Set to / by default. # web_root = / ################################################################ # Authorization setup ################################################################ # web password web_password = 1234 # au EZweb # au_subscriber_id = 012345678901234_mb.ezweb.ne.jp # NTT DoCoMo i-mode # docomo_foma_icc = icc8981100000520589872F # NTT DoCoMo i-mode # docomo_imodeid = AbCd012 # Softbank # softbank_serial_key = XXXXXXXXXXXXXXXXXXXXXXX # E-MOBILE # emobile_userid = uXXXXXXXXXXXXXXXXX ################################################################ # Advanced setup ################################################################ # TTL for Cookie, Set to 259,200 seconds (86,400 x 3 = 3 days) by # default. # cookie_ttl = 259200 # TTL for session, set to 1,800 seconds (30 minutes) by default. # session_ttl = 1800 # Ping duration for auto reconnection. Set to 30 seconds by default. # ping_delay = 30 # Reconnect duration for auto reconnection. Set to 10 seconds by default. # reconnect_delay = 10 # Mail setup # smtp_server = localhost # smtp_from = me@example.com # smtp_to = you@example.com # Keitairc HTML template path. Set to # ./lib/templates:/usr/share/keitairc/lib/templates by default. # template_dir = # Keitairc plugin path. Set to # ./lib/plugins:/usr/share/keitairc/lib/plugins by default. # plugin_dir = # Keyword # irc_keyword = "mynick,myfavoriteword" # Font size # fontsize = 0 # mobile_fontsize = -1 # By default, channel messages are shown in reverse order. # Set to these value to '0' to disable. # reverse_message = 0 # reverse_recent = 0 # reverse_unread = 0 # By default, join/leave messages are shown to channel page. # Set to this value to '0' to disable. # show_joinleave = 0 # Create '*console*' channel for gathering IRC system message. # Works with show_joinleave is not zero. # show_console = 1 # Set to 1 if you wanna daemonize keitairc. # daemonize = 1 # After daemonized, keitairc writes pid to $pid_dir/$pid_file. # Set to /var/run/keitairc.pid by default. # pid_dir = /var/run # pid_file = keitairc.pid # Verbose logging # debug = 1 ################################################################ # Obsoleted options ################################################################ # au_pcsv option is obsoleted from keitairc 2.0 # use_cookie is obsoleted from keitairc 2.0 # web_username is obsoleted from keitairc 2.0 # show_newmsgonly is obsoleted from keitairc 2.0 # eof