Skip to content

Non-interactive stateless irc message dispatcher. Great for scripts.

License

Notifications You must be signed in to change notification settings

JustinWoodring/sloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sloop

Non-interactive stateless irc message dispatcher. Great for scripts.

Here is an example run in a bash script:

#!/bin/bash

now=$(date +"%M")

cargo run -- -C "#sloop" -m "The minute of the hour is: $now" -n 'sloop'$now -p 6667 -s "irc.freenode.org"

About

Non-interactive stateless irc message dispatcher. Great for scripts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages