Skip to content

sharl/ircrelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

* ircrelay - notify message to IRC channel

* ~/.ircrelay format

server = somewhere.example.com
port   = 6667
; if use SSL connection
;ssl    = yes
pass   = password
nick   = foobar

* usage

ircrelay [-a] [-p] [-f conf] [-k password] <channel> [message]

$ ircrelay "#hacktheirc" "this is test message"
$ ircrelay -a "#hacktheirc" "this is ACTION message instead of NOTICE"
$ ircrelay -p "#hacktheirc" "this is the message use PRIVMSG instead of NOTICE"
$ ircrelay -f conf "#hacktheirc" "use conf instead of ~/.ircrelay"
$ cat README | ircrelay "#hacktheirc"

About

Notify message to IRC channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages