Skip to content

matematikaadit/fake-irc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

fake-irc-server

A fake IRC Server. Originally written to debug a plugin for WeeChat IRC client.

Compiling

You need rustc to compile it.

$ rustc fake-irc-server.rs

Running

Pass port number in the first argument. Default port is 1234.

$ ./fake-irc-server 1234

Now you can connect to the localhost, port 1234, from your IRC client. For example, on WeeChat, execute:

/connect localhost:1234

On the fake server stdin, you can type any message to be sent to all connected client. For example, typing: :bot!bot@localhost JOIN #test will cause any connected client to receive that message.

LICENSE

MIT LICENSE

About

Fake IRC Server written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages