Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(ukKnYjBy)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(179 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://rhbamericana.com/showthread.php?f=99&s=16850 Outdoor Fall Scenery http://safetyfest.org/showthread.php?f=88&s=77156 Medil Jobs In Dubai Anesthesiologist http://ruins.ca/showthread.php?f=74&s=28981 Surveyors Tape http://rockspringpress.com/showthread.php?f=14&s=43856 Definicion De Orientacion http://rockingmranchshowgoats.com/showthread.php?f=16&s=83910 T S Eliot Wasteland Notes http://rutotours.com/showthread.php?f=69&s=83264 Huntsville Hollywood 18 Kung Fu Panda http://quickmachinerycompany.com/showthread.php?f=53&s=52331 How To Write A Concept Analysis http://rutotours.com/showthread.php?f=34&s=81793 Howard Hughes Promenade Culver City http://oldminersday.com/showthread.php?f=76&s=90963 What Are Online Internet Predators http://ruins.ca/showthread.php?f=67&s=31485 Takara Breezy Singers http://rutotours.com/showthread.php?f=7&s=84887 Ice Skating Classes American Bank Center http://rockspringpress.com/showthread.php?f=98&s=38966 Czech Arcitechture http://sabaditoalegre.com/showthread.php?f=20&s=57345 Erosion Dvd http://oldminersday.com/showthread.php?f=72&s=93969 White Flowers For Wedding http://safetyfest.org/showthread.php?f=3&s=73746 Maryll Lynch http://ptiinc.com/showthread.php?f=11&s=61309 Turkish Attractions http://sabaditoalegre.com/showthread.php?f=57&s=54016 Ell Mp3 http://rockspringpress.com/showthread.php?f=40&s=36884 Crysis Demo Hack http://safetyfest.org/showthread.php?f=13&s=78110 Men's Group Dodwell http://rockingmranchshowgoats.com/showthread.php?f=13&s=83221 Sybil December 21 2012 End
+
<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