TODO:
* process everything asynchronously
- * general speed improvement
* more example scripts (user contributions welcome)
"core-answerscripts",
"AnswerScripts",
- "0.1",
+ "0.1.1",
"Framework for hooking scripts to received messages for various libpurple clients",
"This plugin will call ~/.purple/" ANSWERSCRIPT " (or wherever purple_user_dir() points) "
"script (or any executable) for each single message called."
case /^!google/ { print "UTFG Yourself: http://google.com/"; }
case /^!uptime$/ { print qx{uptime}; }
case /^!date$/ { print qx{date}; }
+ case /^!dmesg$/ { print qx{ dmesg | tail -n 5 | tr '\n' '^' } }
}