Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(AyUvkdWaz)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(233 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://statepen.org/showthread.php?f=19&s=58466 Illinois Workplace Laws Grace Periods http://hdta.info/showthread.php?f=56&s=24102 Common Misconception Spring http://hdta.info/showthread.php?f=55&s=18993 Clares Florists http://stalbansbexley.org/showthread.php?f=35&s=41398 D Jeuner Bateau Paris http://snohomishbakery.com/showthread.php?f=63&s=60411 Keeping Fit While Pregnant http://spymaster.com/showthread.php?f=17&s=12463 Canadian Income Taxes 2004 http://softwaretospec.com/showthread.php?f=98&s=50369 A W Rice Street http://spymaster.com/showthread.php?f=87&s=21135 Cheap Airfares International http://softwaretospec.com/showthread.php?f=95&s=53884 Adrian Suit http://soundemon.com/showthread.php?f=61&s=36995 Interview Nursing Question http://soulsdelight.com/showthread.php?f=36&s=76878 The White House Fun Facts http://starhollowfarm.com/showthread.php?f=28&s=75272 Pvs-15 Helmet http://sola3.org/showthread.php?f=51&s=79815 Invocations Baccalaureate http://papaha.com/showthread.php?f=10&s=65035 Prescreening http://hdta.info/showthread.php?f=62&s=26024 Congresso Pronounced http://papaha.com/showthread.php?f=31&s=72850 Ransomes M36 http://startaband.ca/showthread.php?f=39&s=19859 Icecream Mixers http://spanoa.com/showthread.php?f=58&s=55989 Gas Generator Parts http://softwaretospec.com/showthread.php?f=56&s=50091 A List Of Utah's Hurricanees http://starhollowfarm.com/showthread.php?f=41&s=83251 Renovo P
+
<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