Random status message plugin for Pidgin
May 5th, 2008
There was one thing I missed most while using Pidgin - a simple plugin, which pops a random status message on Pidgin start after given time interval. I loved this plugin I’ve seen first in Miranda so much that I decided to astray to terra incognita - plugin writing and Perl. Well it took me couple hours to figure out how it works and to learn the basic Perl syntax, nevertheles I’m happy to anounce that “randomator” is ready for downloads now…
INSTALLATION
Simply unpack the archive to your ~/.purple/plugins directory and paste your own messages into file named randomator.txt. Each line of this file is considered to be a message. After strarting Pidgin go to plugins menu (ctrl+u) and enable the plugin. You will also need to create a “new status” with some content in order to let the plugin change the messages..
USAGE
Well, the plugins looks after itself, so you don’t need to do more stuff. I guess I should make some preference dialog to set your own path to the message file, but I was kinda lazy to that.
SETTINGS
You can specify the interval between message change on line 47 in randomator.pl file Purple::timeout_add($plugin, 3600, \&set_message); The preset interval is 3600 seconds = one hour.
DOWNLOAD
You can get the latest copy of the plugin here.
.
Popularity: 33% [?]
