File: debian.script

package info (click to toggle)
ircii 20051015-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,996 kB
  • ctags: 3,193
  • sloc: ansic: 44,257; makefile: 1,144; sh: 522; perl: 127; lex: 26
file content (38 lines) | stat: -rw-r--r-- 1,202 bytes parent folder | download | duplicates (9)
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
30
31
32
33
34
35
36
37
38
# /etc/irc/script/local
# 
# Debian ircII script to customize ircII appearance
# loaded from /usr/lib/irc/script/global on startup
#
# V0.1 Fri, 8 Nov 1996 15:18:51 +0100  Bernd Eckenfels <ecki@debian.org>
#  initial version
# V0.2 Wed, 20 Nov 1996 23:03:44 +0100 Bernd Eckenfels <ecki@debian.org>
#  added blank in front of "* type /help" and removed "
# V0.3 Wed, 5 Nov 1997 22:50:47 +0100 Bernd Eckenfels <ecki@debian.org>
#  fixed typo, made 8bit input default
# V0.4 Mon,  9 Feb 1998 02:29:26 +0100 Bernd Eckenfels <ecki@debian.org>
#  The new color support
# V0.5 Sat, 20 Nov 1999 19:38:00 +0100 Bernd Eckenfels <ecki@debian.org>
#  Upstream Colour Support is activated by /set COLOUR
#
#

# This is an ircII Package Config file. It will be replaced with a new
# Version only after asking you to confirm it.

# usefull command line editing 
load cursor

# tabkey for easy msg'ing
load tabkey

# for new users
set STATUS_USER  * type /help for help

# for international support
set EIGHT_BIT_CHARACTERS on

# Display mirc colors (on) or ignore the escapes (off) 
set COLOUR on

# help the admin to find this stuff here...
echo *** /etc/irc/script/local V0.5 for Debian finished. Welcome to ircII.