Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(JGdkhMHJiQ)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(362 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://wbcpsy.com/showthread.php?f=36&s=81895 Uv Transparent Clothing http://yorkregionparrotclub.ca/showthread.php?f=55&s=46049 Mexican Chilli Con Carne Recipe http://uufullerton.org/showthread.php?f=13&s=69922 Fill In And Crosspatches http://whatchusay.com/showthread.php?f=79&s=75167 Kickstand Coaster http://visionimprovementsite.com/showthread.php?f=81&s=79419 Navigation System For Chrysler 300 http://wibbleware.com/showthread.php?f=18&s=61001 Music Video Of Nikki Leonti http://wdcsolutions.com/showthread.php?f=16&s=29873 Ssc Iii Valve http://xcitebattery.com/showthread.php?f=92&s=37828 Victorinox Lumbar Backpack http://uminc.com/showthread.php?f=54&s=68145 Medika 2007 http://whatchusay.com/showthread.php?f=68&s=75265 Kidney Bean Scientific Name Prints http://willrafuse.com/showthread.php?f=31&s=60432 Irs Business Miles http://xcitebattery.com/showthread.php?f=56&s=39269 Virgo Horroscopes http://wrightsforcamping.com/showthread.php?f=60&s=82150 Rolling Pin Quilt Pattern http://visionimprovementsite.com/showthread.php?f=38&s=74994 Multiple Listing Service In Beaumont Texas http://uufullerton.org/showthread.php?f=23&s=64628 Exploding Oise http://visionimprovementsite.com/showthread.php?f=66&s=75122 Municipal Police Pension Law http://wdcsolutions.com/showthread.php?f=55&s=28540 Spinach And Chicken Curry http://wibbleware.com/showthread.php?f=74&s=53734 Minolta Dimage A1 Problems http://whiteserv.com/showthread.php?f=87&s=28438 Sami Melodien http://visionimprovementsite.com/showthread.php?f=7&s=72933 Motorola Cell Phone V300 Color
+
<big>PERL Discordian Date Script for Irssi IRC Client</big>
 +
== Whats it do? ==
 +
When u type !ddate in a channel it responds like:
 +
<@erisia> !ddate
 +
<@eris> Today is Pungenday, day 46 in the season of The Aftermath,3173.
 +
 
 +
Should display Discordian holy days as well! :P (tho I've never actually checked it on a holy day)
 +
 
 +
== Releases ==
 +
[[http://blea.ch/~eris/litter/ddate.txt Download latest release. Version FIVE :P]] <br />
 +
 
 +
== Install ==
 +
Download ddate.txt from the link above, remove the .txt extention and copy to ur .irssi/scripts/ dir (or .irssi/scripts/autorun/ :)
 +
<source lang="bash">
 +
wget http://blea.ch/~eris/litter/ddate.txt
 +
mv ddate.txt ~/.irssi/scripts/
 +
</source>
 +
load the script (from inside of irssi):
 +
/script load ddate.pl
 +
and then type
 +
/set cdwn
 +
in irssi to see the settings. ^^
 +
 
 +
== Header Text ==
 +
<source lang="perl">
 +
#This program takes no arguments. It doesn't take shit from _anyone_.
 +
#
 +
#It returns today's date in the Discordian calendar format. It also
 +
#tells you if today is a Holyday.
 +
#
 +
#This program is written in perl to maximize the amount of chaos in
 +
#the implementation.
 +
</source>
 +
 
 +
Hail Eris! -><-

Latest revision as of 10:17, 21 January 2012

PERL Discordian Date Script for Irssi IRC Client

Contents

Whats it do?

When u type !ddate in a channel it responds like:

<@erisia> !ddate
<@eris> Today is Pungenday, day 46 in the season of The Aftermath,3173.

Should display Discordian holy days as well! :P (tho I've never actually checked it on a holy day)

Releases

[Download latest release. Version FIVE :P]

Install

Download ddate.txt from the link above, remove the .txt extention and copy to ur .irssi/scripts/ dir (or .irssi/scripts/autorun/ :)

wget http://blea.ch/~eris/litter/ddate.txt
mv ddate.txt ~/.irssi/scripts/

load the script (from inside of irssi):

/script load ddate.pl

and then type

/set cdwn 

in irssi to see the settings. ^^

Header Text

#This program takes no arguments. It doesn't take shit from _anyone_.
#
#It returns today's date in the Discordian calendar format. It also
#tells you if today is a Holyday.
#
#This program is written in perl to maximize the amount of chaos in
#the implementation.

Hail Eris! -><-

Personal tools
irssi scripts
eggdrop scripts