Project

Cinch-Tell

0.0
No commit activity in last 3 years
No release in over 3 years
Leave a message for someone on IRC who is not in the current channel. They will recieve the message upon joining the channel or changing their nick to the one that the message was left for. Messages have a default lifespan of six months before they are purged from the database.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.0
~> 4.31
~> 0.3
 Project Readme

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