File: README

package info (click to toggle)
bezerk 0.3.2-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 920 kB
  • ctags: 1,027
  • sloc: ansic: 12,291; sh: 1,822; makefile: 92; tcl: 56
file content (46 lines) | stat: -rw-r--r-- 1,620 bytes parent folder | download | duplicates (2)
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
39
40
41
42
43
44
45
46
Bezerk by Tony Gale [Trog] (http://www.gtk.org/~trog)
-----------------------------------------------------

Bezerk is an IRC client written with the GTK toolkit. It is currently
being developed under RedHat Linux, and is released under the GNU
Public License.

I have tested it on Solaris, and it is known to work on BSD.

This is a pre-alpha release of Bezerk, and it is far from complete. It
should be usable for everyday IRC usage though. I take no
responsibility for anything it does to you or your system, use it at
your own risk.

Requirements:
  o GTK  1.0.4 (or later). Bezerk will not work (or even compile) with
    earlier versions of GTK.

Features/Limitations:
  o Multiple server support
  o DCC Send, Get & Chat
  o It supports all commands sent by the server (I think)
  o It understands a limited set of user commands.
  o It understands the following CTCP commands:
  	ACTION, CLIENTINFO, ECHO, PING, VERSION.
    Right clicking on a nick in the 'Members' list will bring up a
    pop-up for the PING, CLIENTINFO and VERSION commands.
  o Multiple window support via the channel list popup.
  o msg window support
  o The text window is silently cropped on 200 lines.
  o Command recall using the arrow keys
  o Nick completion
  o Font Selection
  o Incoming coloured and marked up text
  o Outgoing coloured and marked up text:
	F1 - bold
	F2 - reverse
	F3 - underline (Bezerk uses italics instead)
	F4 - colour (colour numbers are 0-15, given as "fg,bg"
  o Command aliases (using /alias command)
	$n - n'th parameter
	$0 - whole line
	$# - current channel
	$me - your nick
 
  -Tony, [email protected]