Skip to content

celediel/Cinch-Tell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tell/Memo Plugin for Cinch

Leave a note for someone not in an IRC channel, to be relayed when they rejoin the channel

Usage

Gem Version

Install the gem with gem install Cinch-Tell, and add it to your bot like so:

require 'cinch'
require 'cinch/plugins/tell'

bot = Cinch::Bot.new do
configure do |c|
  c.server = 'your server'
  c.nick = 'your nick'
  c.realname = 'your realname'
  c.user = 'your user'
  c.channels = ['#yourchannel']
  c.plugins.plugins = [Cinch::Plugins::Tell]
end

bot.start

Contained Commands

[tell user message]

Leave note #{message} for #{user}. They must not be in the channel. Messages expire after a default of six months.

License

Licensed under The MIT License (MIT) Please see LICENSE

About

Leave memos for people on IRC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages