Skip to content

markryall/eircd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eircd

This is an ircd implemented in erlang entirely for the purpose of learning erlang.

Basic usage

git clone git@github.com:markryall/eircd.git
cd eircd/ebin
erlc ../src/*.erl
erl
application:start(eircd).
# have an amazing irc experience*
application:stop(eircd).'

About

an erlang irc daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages