-
What is IRC (Internet Relay Chat) ?
See the following info:
-
How can I join Channel?
You have 2 ways to join channel:
-
Select menu Cmd - Join
PalmIRC displays "Join" dialog. Fill in "channel" field on this dialog
and tap "OK" button, then new channel buffer is displayed on "Message"
field.
You can open 3 new channel buffer.
-
Input "/join #channelname"
PalmIRC does not open the new channel buffer. its channel is displayed
"[general]" buffer.
-
How can I change channel ?
Tap Channel trigger(upper right corner on the screen) and select channel.
"[General]" buffer displays no-channel-related messages.
-
How can I send my message ?
You have 2 ways to send message:
-
Input text on "Input" field and tap "Send" button. PalmIRC sends current
channel.
-
Input text like below
/privmsg #channelname :Hello!
Using the same way, you can send message to person.If you want to do so,
change #channelname to personname.
-
It's very low speed to receive and display message from server
Tap and focus input field.
-
How can I use other commands ?
Input the text which starts with slash letter ('/'). Input text
must be the IRC message format defined by RFC1459. PalmIRC sends this text
to server directly. for example,
/names #channelname
This command is used to list all nicknames on "#channelname" channel.
/privmsg tom :Hi, How are you ?
This command sends tom private message "Hi, How are you ?"
/topic #channelname :New Topic
This command is used to change the topic of a channel to "New Topic".
/kick #Finnish John :Speaking English
Kick John from #Finnish using "Speaking English" as the reason (comment).
/quit :Gone to have lunch
A client session is ended with a quit message "Gone to have lunch".
etc...
Besides these commands, there are many commands for IRC. In detail,
see RFC1459.
IRC Commands are case insensitive.