gecko-dev/extensions/irc
samuel%sieb.net 2892051440 Bug 117285 - fix strict mode errors caused by previous patch
r=rginda
not in build
2001-12-29 10:10:58 +00:00
..
js Bug 117285 - fix strict mode errors caused by previous patch 2001-12-29 10:10:58 +00:00
macbuild Pro5 update 2000-02-07 23:06:04 +00:00
xul XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
.cvsignore new 1999-09-10 18:59:14 +00:00
ChangeLog not built 2001-12-15 00:35:40 +00:00
DYK -- NOT PART OF THE BUILD -- 2001-03-17 02:04:06 +00:00
Makefile.in Renaming 'install' build phase to 'libs' 2001-11-21 08:55:59 +00:00
README - chatzilla only - 2001-09-20 05:04:17 +00:00
TODO Checkin in new files for bug 71466 2001-03-14 02:33:40 +00:00
jar.mn landing CHATZILLA_0_8_5_BRANCH, bug 103386, r=samuel@sieb.net, rs=brendan@mozilla.org 2001-12-04 00:20:48 +00:00
makefile.win Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00

README

                                   Using ChatZilla











Table Of Contents

Part 1: Introduction to ChatZilla.

  1.1: Introduction
    1.1.1: What is IRC?
    1.1.2: What is ChatZilla?
    1.1.3: Where do I get more information on IRC?

  1.2: The User Interface.
    1.2.1: Menu structure.
    1.2.2: User list.
    1.2.3: Output area.
    1.2.4: View tabs.
    1.2.5: Status bar.

  1.3: Features of the input area.
    1.3.1: Responding to the last person who spoke to you.
    1.3.2: Autocompleting nicknames.
    1.3.3: Autocompleting commands.
    1.3.4: Multiline input.

Part 2: Navigating IRC with ChatZilla.

  2.1: Connecting to an IRC network.
    2.1.1: Listing available networks.
    2.1.2: Attaching to a network.
    2.1.3: Canceling an attach that isn't going well.
    2.1.4: Connecting to a specific server.
    2.1.5: Disconnecting when you're finished.

  2.2: Channels.
    2.2.1: Finding a channel.
    2.2.2: Joining.
    2.2.3: Modes, Topics, and Kicks.
    2.2.4: Parting.

  2.3: Private messages.
    2.3.1: Receiving messages.
    2.3.2: Sending messages.
    2.3.3: Query windows.

Part 3: Scripting ChatZilla.

  3.1: Scripting basics.
    3.1.1: The /eval command.
    3.1.2: Writing text to the output window.
    3.1.3: Writing DOM nodes to the output window.
    3.1.1: Exploring objects with dumpObjectTree();

  3.2: More Scripting.
    3.2.1: External scripts.
    3.2.2: Hooking into IRC events.

Appendix A:
  A: Styling the output window.
    (copy of the comment in output-window.css)