KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
cabal-irc
โ 18
Open GitHub โ
Connect to Cabal using an IRC client.
Download README (.md)
Explore Similar Repositories
mikrobus-upduino
:
Dual MikroBUS board for Upduino 2 FPGA
nuaa-os-lab
:
๐ปNUAA 2018 ๆไฝ็ณป็ปๅฎ่ทต - ไธๆบ้ข็ฎ
gym_cloudsimplus
:
Environment for OpenAI Gym which can simulate an app deployed to a cloud environment.
IMCMDA
:
No description available.
person_reid
:
network for person re-identification
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cabal-irc
?
Download (.md)
# cabal-irc This is an cabal-irc-bouncer, It let's you connect to the cabal p2p network using whichever irc-client you prefer. Usage: cabal-irc [key|dbpath] Fore more help run cabal-irc --help (readme is work in progress, we don't actually have an `cabal-irc` executable right now. just clone this project and run `node cli.js` to figure out how it works) # Implemented IRC-commads Current status | Command | Status | Note | | --------- | -------- | ---------------------------------------------------------- | | PRIVMSG | done | /say , /me , /describe | | JOIN | done | /join - aesthetic; you are always joined to all channels | | PART | done | /part - aesthetic; same as join. | | TOPIC | done | /topic - controls cabal-channel topic | | LIST | done | /list - lists all available channels. | | NICK | done | /nick - works as usual.. | | QUIT | done | /quit - Do we want it to publish the quit-message? | | ERROR | done | | | PING | done | | | USER | done | | | MODE | done | Always returns mode `+nsv` | | CAP | done | Always returns empty list | | WHOIS | done | TODO: can be improved with idle-time and signon-timestamp | | WHO | todo | missing | | add more | todo | Is there other IRC commands worth to translate to cabal? |