gecko-dev/extensions/irc
rginda%netscape.com e62a3ac64a - chatzilla only -
bug 80286, channels with colon characters don't work correctly.  Patch from samuel@sieb.net.  r=me
2001-05-15 21:05:35 +00:00
..
js - chatzilla only - 2001-05-15 21:05:35 +00:00
macbuild Pro5 update 2000-02-07 23:06:04 +00:00
xul bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes 2001-04-18 06:59:04 +00:00
.cvsignore new 1999-09-10 18:59:14 +00:00
ChangeLog Checkin in new files for bug 71466 2001-03-14 02:33:40 +00:00
DYK -- NOT PART OF THE BUILD -- 2001-03-17 02:04:06 +00:00
Makefile.in Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
README ChatZilla 0.8 checkin. see bug 71468 for details 2001-03-14 02:35:29 +00:00
TODO Checkin in new files for bug 71466 2001-03-14 02:33:40 +00:00
jar.mn ChatZilla 0.8 checkin. see bug 71468 for details 2001-03-14 02:35:29 +00:00
makefile.win fix bug 52863 r=rginda a=ben 2000-09-26 06:10:39 +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)