File: tircrc

package info (click to toggle)
tirc 1.2-10
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,388 kB
  • ctags: 1,909
  • sloc: ansic: 19,264; sh: 2,671; makefile: 222; awk: 14
file content (29 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# /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