Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

marcuscraske/Uber-IRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is currently a very basic IRC library for .NET, written in C#; this can probably easily be ported to Java and may help people to understand how IRC works from the client-side.

Current features:
> Establish connections to networks.
> Events:
-- Connection success/failure/disconnected
-- Message received
> Ability to specify i.e. nickname, username, name, respond-to-ping and connection password etc.
> CTCP:
-- Ping
-- Version
-- Time
-- Finger
> Connection polling
> Commands managed by methods i.e. sending messages to users, joining channels and user-lists etc.

Contributors:
> Limpygnome (ubermeat)

About

A simple .NET IRC library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages