# This is an example-.tircrc file
# $Id: dot.tircrc,v 1.9 1997/12/12 02:16:18 token Exp $

# Specify server and connection stuff here

#server =       efnet.demon.co.uk
server =        irc.uni-erlangen.de
#server =       irc.freenode.net 
port =          6667
nick =          tIRC

# These example commands will be executed each time the client has registered
# with the server.

# The following two are commented out.  Note that you must escape #s that are
# part of a channel name.
# /join \#tirc
# /topic \#tirc This is a test

# set strict flood protection and ignore on flood
immediate /set flstrict on
immediate /set flignore on

# display a clock in the status line
immediate /set clock on

# automatically ignore users we kick-banned
immediate /set kbignore on

# highlight private messages
immediate /set himsg on

# new mail notification
immediate /set biff on

# set user invisible (helps against spambots)
/umode +i

# messages containing "/join" and "/server" are silently discarded
immediate /spam /join /server

# set two aliases, /j is short for join and /l is short for part (leave)
#immediate /alias j join $*
#immediate /alias l part $*

# change xterm's title
immediate /set xtermt on

# If you don't want to use your real name as obtained from /etc/passwd,
# you can specify your `realname'' here, for example.

# realname = downside up - umop ap!sdn
realname = proud user of tIRC

# *** tirc saved entries from options editor ***
immediate /set CTCP ON
immediate /set STAMP ON
immediate /set FLOODP OFF
immediate /set FLSTRICT OFF
immediate /set FLIGNORE ON
immediate /set KBIGNORE ON
immediate /set BEEP ON
immediate /set HIMSG ON
immediate /set CLOCK ON
immediate /set BIFF OFF
immediate /set XTERMT ON
immediate /set PGUPDATE ON
immediate /set OOD OFF
immediate /set ATTRIBS ON
immediate /set COLOUR ON
immediate /set STIPPLE ON
immediate /set HIDEMCOL ON
immediate /set NCOLOUR ON
immediate /set NUMERICS OFF
immediate /set TELEVIDEO OFF
immediate /set AALOGS OFF
immediate /set SAONCE ON
immediate /colour text yellow transparent
immediate /colour foc_status black green
immediate /colour nfoc_status green blue
immediate /colour prompt green transparent
immediate /colour servmsg cyan transparent
immediate /colour privmsg white blue
immediate /colour chanmsg transparent transparent
immediate /colour ownmsg red transparent
immediate /colour dccmsg black cyan
immediate /colour warn brightred transparent
immediate /colour action brightyellow transparent
immediate /colour boldnick brightwhite transparent
immediate /colour help magenta transparent
# *** end of saved lines ***
