It is pretty simple to get going. Once you
have it installed and it looks like it is
working...
and fingers crossed you should be connected.
The following commands are supported by jIRC
applet. All IRC commands start with "/". Some
of the commands below are for jIRC applet only,
some are common IRC commands that users may
frequently use.
|
Command |
Description |
| /clear |
Clear the chat
message screen. |
| /nick 'nick_name' |
Change your current
nick name to a new 'nick_name' |
| /join '#new_channel_name' |
Leave your current
channel and join a new channel.
Remember to supply "#" at the begining
of your channel name. |
| /quit 'optional good
bye message' |
Leave your current
channel and disconnect from IRC network. |
| /msg 'nick' 'your
message' |
Send a private
message to a user with nick name 'nick' |
| /me |
Display the message
in action format. |
| /topic ; /topic
'#channel' 'your topic' |
Display your current
channel's topic or set your channel's
topic |
| /ctcp 'nick_name'
'command' |
CTCP command includes
"version", "clientinfo", "time", "echo" |
| /showurl 'http://someurl.com' |
Pop up a new browser
window with the given URL content |
| /s 'sound_file' |
Play an audio file
from the web server. The audio file name
is "sound_flie.au" in this case and must
be located on the same directory of your
applet file. |
"%C4message %C9,3this
is color"
"%BThis is bold, %Rthis is reverse, %Uthis
is underline" |
This is a special way
to create multiple color within single
message.
Use the "%C" to indicate a color code (
equevalent to Crl-K in mIRC).
%B equivalent to Bold
(Crl-B) in mIRC
%R equivalent to Reverse (Crl-R) in mIRC
%U equivalent to Underline (Crl-U) in
mIRC
%O equivalent to Normalized (Crl-O) in
mIRC
|
| %$N, %$C, %$HN
|
These special
variables will be replaced by your
current nickname, current channel you
are in, and the hightlighted nickname.
This can make JavaScript LiveConnect
more easily to implement. Notice that
there must be white space before and
after these variables, otherwise the
applet won't recognize them. |