diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-18 09:02:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-18 09:02:40 +0800 |
commit | 030e4006248bd7b82efaacc65054567c89a3b296 (patch) | |
tree | 845cf2ceaa3d9ef024dcee2e24301e7793917992 /irc/Makefile | |
parent | 2596d0ae6827b16fca4a40c019106c4a15021448 (diff) | |
download | freebsd-ports-gnome-030e4006248bd7b82efaacc65054567c89a3b296.tar.gz freebsd-ports-gnome-030e4006248bd7b82efaacc65054567c89a3b296.tar.zst freebsd-ports-gnome-030e4006248bd7b82efaacc65054567c89a3b296.zip |
tircd presents Twitter as an irc channel. You can connect to tircd
with any IRC client, and tweet as if you were on IRC. The daemon
supports authentication via OAuth or standard http and https
authentication, and supports direct messages, automatic URL shortening,
and Twitter searching.
Quickstart: in irssi, "/connect localhost 6667 twitpass twituser"
and join #twitter
- @gavinatkinson
WWW: http://code.google.com/p/tircd/
PR: 144514
Submitted by: gavin
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 6236361da7c0..270a09fbff65 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -130,6 +130,7 @@ SUBDIR += srvx SUBDIR += talksoup SUBDIR += thales + SUBDIR += tircd SUBDIR += tircproxy SUBDIR += tkirc SUBDIR += tr-ircd |