Shop OBEX P1 Docs P2 Docs Learn Events
Propeller VGA IRC Client — Parallax Forums

Propeller VGA IRC Client

tpw_mantpw_man Posts: 276
edited 2008-03-29 20:45 in Propeller 1
I have made an IRC client based off of Harrison.'s. It has loads of new features and behaves much like a real irc client. Any suggestions/changes are welcome!

Buttons
F1: Send all text to channel A
F2: Send all text to channel B
F3: Start configuration
F4: Turns joins/leaves off(number of those can become quite heavy and annoying on large channels like #ubuntu)
Ctrl+Alt+Delete: Disconnects and reboots the system(just HAD to add that tongue.gif)
Escape: Disconnects after being held for 2 seconds
Enter: After disconnecting, it can be used to reconnect

Supported IRC Commands
/me : Do an action(example: /me is silly)
/join : Join the specified channel in channel B(example: /join #propeller)
/part : Disconnects from channel B(example: /part)
/nick : Change your nick(example: /nick a_person)
/msg : Sends a PM to somebody(example: /msg tpw_rules hi)

Features
On the fly configuration without reprogramming
Can display joins/parts/nick changes
Can display actions
Inverts text when the message has the user's nick in it
Can join 2 channels at a time(channel A is 'hardcoded', channel B is 'dynamic')
IP addresses can be configured on the fly
Can change servers(only with IP address)
Survives #ubuntu (the most popular channel on freenode)

Hope everybody enjoys a real irc client for the propeller smile.gif

Edit: Forgot to attach the zip file.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1010, so be surprised!

Post Edited (tpw_man) : 3/29/2008 6:20:38 PM GMT

Comments

  • stevenmess2004stevenmess2004 Posts: 1,102
    edited 2008-03-29 20:45
    Hey, fot eh Ctrl+Alt+Del it has to work sometimes, take years sometimes and not work other times to be true replication of windowssmile.gif Try doing thatsmile.gif

    Otherwise it looks great. I'm going to have to get a nic one of these days.
Sign In or Register to comment.