# /etc/tirc/tircrc
#  System-wide tirc init file for Debian

# Specify server and connection stuff here

server =	irc.debian.org
port =		6667

#/join \#debian

# 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

# highlight private messages
immediate /set himsg on

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

# 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
