pjs/extensions/irc
silver%warwickcompsoc.co.uk 9d48ccd7bd Bug 415082 - Close our own dialogs when we're closed. ChatZilla only. r=gijs 2008-02-01 21:33:25 +00:00
..
ff Bug 351715 Build Chatzilla as extension for suiterunner (toolkit/ style seamonkey) - not currently including locales changes, that will be done as part of bug 397246. r=silver 2007-10-28 19:19:26 +00:00
js Regression fix from bug 364789, r=silver (James Ross), NPOTB 2008-01-31 16:43:05 +00:00
locales bug 414163 - Add nb-NO to ChatZilla and Venkman all-locales 2008-01-28 19:09:56 +00:00
sm Bug 351715 Build Chatzilla as extension for suiterunner (toolkit/ style seamonkey) - not currently including locales changes, that will be done as part of bug 397246. r=silver 2007-10-28 19:19:26 +00:00
xpi bug 408842 - Improve version dependencies of language packs, r=Silver 2007-12-22 01:02:22 +00:00
xul Bug 415082 - Close our own dialogs when we're closed. ChatZilla only. r=gijs 2008-02-01 21:33:25 +00:00
.cvsignore
ChangeLog Bug 106386 Correct misspellings in source code 2005-11-25 21:57:13 +00:00
DYK
Makefile.in bug 409411 - Build ChatZilla locale pack when using --enable-ui-locale, r=gijskruitbosch 2007-12-22 00:20:55 +00:00
README
TODO
chatzilla.pkg Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
jar.mn Bug 194913 - Add drag and drop support for tabs. Woo. ChatZilla only. r=gijs 2007-12-21 15:28:12 +00:00
locale-jar.mn Bug 224503 - Create simpler way of localizing ChatZilla 2006-01-31 17:41:51 +00:00
makefiles.sh bug 397246 - CVS-based ChatZilla language packs, r=gijskruitbosch 2007-12-18 17:06:40 +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)