Skip to content

Slenderman00/vsirc

Repository files navigation

Visual Studio Code IRC

This is an extension for vscode that allows users to connect to IRC servers.

Image

Installation

The extension can be found at https://marketplace.visualstudio.com/items?itemName=slenderman00.vsirc or downloaded directly from the releases tab

Features

Run the "VSIRC: Open" command to open a new irc client
The /connect command can be used to join a server.
The /disconnect command can be used to leave a server.
"/join #channel" allows you to join a channel
"/list" lists all channels
"/last" to connect to last server

TODO

Add a shit ton of more commands

Changelog

[1.0.0]

  • Initial release
  • Missing a lot of features

[1.0.2]

  • made channels clickable

[1.0.4]

  • Overhaled command system
  • Implemented more events

[1.0.5]

  • Implemented the last command
  • fixed nickname glitch
  • added text persitance

[1.0.6]

  • Fixed fatal flaw

[1.0.9]

  • Implemented more events
  • Non-command commands will now be treated as messages
  • Fixed quit, leave and kick messages