Limnoria/plugins/Scheduler
Valentin Lorentz 3dba9088b0 Merge remote-tracking branch 'supybot/master' into testing
Conflicts:
	INSTALL
	plugins/ChannelLogger/README.txt
	plugins/ChannelStats/README.txt
	plugins/Google/plugin.py
	plugins/Google/test.py
	plugins/Plugin/test.py
	plugins/Web/test.py
	setup.py
	src/callbacks.py
	src/ircdb.py
	src/irclib.py
	src/utils/str.py
	test/test_irclib.py
2013-01-01 21:11:24 +01:00
..
locales Rename all 'locale' directories to 'locales'. 2012-12-26 15:43:35 +01:00
README.txt Scheduler: Added a description to README.txt 2011-11-06 21:26:54 +08:00
__init__.py Change the modeline to use softtabstop instead of tabstop. 2006-02-11 15:52:51 +00:00
config.py Internationalize Relay, Reply, RSS, Scheduler 2010-10-19 19:50:41 +02:00
messages.pot Update all plugin .pot files. 2012-03-11 21:06:19 +00:00
plugin.py Scheduler: remove spammy debug output. 2011-07-07 13:33:30 +02:00
test.py Update my name/contact information 2012-09-01 10:16:48 -04:00

README.txt

This plugin allows you to scheduler commands to execute at a later time.
For example, 'scheduler add [seconds 30m] "echo [cpu]"' will schedule the command "cpu" to be sent to the channel in 30 minutes.