****************
* PSPirc v0.1b *
****************
www.pspircclient.org

What is PSPirc?
****************
PSPirc is an open source IRC client written in Lua.

Features
****************
- Multichannel support
- Base IRC commands support
- Base DCC support (you can only receive files)
- Private messages support
- Danzeff virtual keyboard

TODO
****************
- Text scrolling
- Improoved nicklist
- Improoved DCC support
- Improoved CTCP support
- Add IRC commands
- DCC multitransfer support
- Multiserver support

***************
HELP
***************

Config file
***************
See pspirc.conf for more details.

Buttons
***************
Triangle: Shows virtual keyboard
Down:     Enter
Left:     Backspace (if virtual keyboard is activated)
Start:    Exits
Select:   Changes tab

Danzeff virtual keyboard
***************
Use analog stick to move between squares; then select the key
pressing Triangle for the upper key, Square for the left one,
Circle for the right one, Cross for the lower one.
Hold R for Upper case keys.
Press L for numbers.

Commands
***************
Argument in brackets are optional
commands are case sensitive.

/server servername [port]
Connects to servername using a specified port.
if [port] is null then PSPirc will try to connect
using port 6667

/join #channel
Joins a channel.
# is optional

/nick newnick
Changes nick

/topic #channel topic
Changes chan topic

/kick nick [motivation]
Kicks nick with an optional motivation

/mode nick/#chan +/-mode
Changes nick or chan modes
Example:
/mode #lamerz +o Lamah
Gives op to Lamah on #lamerz
/mode #lamerz +b Lamah
Bans Lamah from #lamerz

/dccget SenderIp filename port filesize
gets a file from SenderIp
filesize is in bytes
Example: /dccget 99.88.77.66 Suck.txt 2134 90000000

/set variable value
Sets a variable in config file
ATTENTION: Use at your risk!
If variable is a number
/set wlan_n 2
If variable is a string
/set nick "Lamah"
If variable is a table
/set chans {"#chan1","#chan2","#chan3"}
DON'T USE SPACES IN VALUE!

/clear
Clears screen

/query nick
Opens a private chat whit nick

/usbon
Activates usb disk mode (works only on fw 1.0 and 1.5)

/usboff
Desctivates usb disk mode (works only on fw 1.0 and 1.5)

/screenshot
takes a screenshot

You can use other IRC commands too. PSPirc will send everything starts with / to the server
as a command. But in some cases you won't get a server reply...

******************
BUGS
******************
- Missing support for octal escape chars (color, strange chars, etc.)
- PSPirc works only with a DHCP connection.


******************
THANKS
******************
Thanks to Shine and Nevyn (and other contributors) for luaplayer
Thanks to Fanjita and Ditlew for eloader
Thanks to cancangm for Danzeff virtual keyboard
Thanks to ps2dev forum

*****************
LICENSE
*****************
This program is distribuited under the GNU GPL (General Public License)

















 



















































