Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(cHAfgPoW)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(178 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://qrecorder.com/showthread.php?f=83&s=47332 Store Of Articule Sport http://rockspringpress.com/showthread.php?f=7&s=39922 Dan Fogleberg Hickroy Grove http://oldminersday.com/showthread.php?f=19&s=96665 Willis Brothers Surfing http://riversedge.ca/showthread.php?f=45&s=86621 A Logic Problem http://johnnyscorner.com/showthread.php?f=67&s=47785 Germ Cell Carcinoma Cancer Organs Tumors http://rubberspider.com/showthread.php?f=93&s=52290 Net Appliance Waffle Iron http://riversedge.ca/showthread.php?f=57&s=83360 3228454 Lien http://raysbucktownbandb.com/showthread.php?f=20&s=17772 Casino Slots Free Games http://rubberspider.com/showthread.php?f=2&s=53869 New York Steak Cut http://ruins.ca/showthread.php?f=95&s=33715 Ted Chancey Horse Trainer In Florida http://ruins.ca/showthread.php?f=48&s=29125 Susan Toplikar http://ptiinc.com/showthread.php?f=4&s=59838 Trinity Euless Football http://rosyinn.com/showthread.php?f=92&s=35254 Sear Spring P226 http://purcellville.com/showthread.php?f=62&s=56809 Parsons Worley Team http://purcellville.com/showthread.php?f=48&s=56913 Partnership In Crewing http://rhbamericana.com/showthread.php?f=22&s=18411 Paint Shop Pro Tutorials Gingerbread Man http://raysbucktownbandb.com/showthread.php?f=76&s=25001 Children 12-18 http://rockspringpress.com/showthread.php?f=68&s=37200 Ctv Dry Cleaning http://qrecorder.com/showthread.php?f=71&s=41419 Speckled Hen Morris http://rockspringpress.com/showthread.php?f=26&s=40573 Dans Vdeos
+
<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