This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Danny Tatom (author)
Thu Nov 05 22:28:00 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.md | ||
| |
isaac-formatting.gemspec | ||
| |
lib/ |
README.md
isaac-formatting
Formatting for your isaac-powered IRC bots.
Currently it only works with clients that use mIRC's formatting system.
As far as I know, that includes mIRC, irssi and weechat.
Installation
If you already have gemcutter as a source, it's as easy as:
sudo gem install isaac-formatting
Otherwise, you'll need to install by source:
sudo gem install isaac-formatting --source http://gemcutter.org
Usage
require 'isaac'
require 'isaac-formatting'
# The following formatting options are available:
#
# * plain
# * bold
# * italic
# * underline
# * color
configure do |c|
c.nick = 'colorfulll'
c.server = 'irc.freenode.net'
c.port = 6667
end
on :connect do
join '#welovecolors'
end
on :channel, /^!blue (.*)/i do
msg channel, "#{nick} said: #{color(:blue)} #{message} #{stop_color}"
end
Copyright
Copyright (c) 2009 Danny Tatom. See LICENSE for details.








