Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(yIHiPKnCu)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(142 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://raysbucktownbandb.com/showthread.php?f=5&s=22351 Chat Avene http://rockingmranchshowgoats.com/showthread.php?f=30&s=80577 Summer Day Schools Houston Texas http://qrecorder.com/showthread.php?f=40&s=43085 Squirt Soda Where To Buy http://sabaditoalegre.com/showthread.php?f=33&s=54765 Emilie De Ravin Fansite http://ptiinc.com/showthread.php?f=10&s=63668 Unc W http://quickmachinerycompany.com/showthread.php?f=96&s=50881 How To Change Psp Buttons http://riversedge.ca/showthread.php?f=47&s=79910 1973 Most Blocked Shots http://ptiinc.com/showthread.php?f=95&s=65866 Us Enter World War I http://purcellville.com/showthread.php?f=55&s=50234 One More Minute Mp3 http://rvinginfo.com/showthread.php?f=26&s=77146 Deissmann http://sabaditoalegre.com/showthread.php?f=99&s=58068 Estimated Annual Allowable Catch http://sabaditoalegre.com/showthread.php?f=25&s=49226 Dvd Automated Carousel http://ruins.ca/showthread.php?f=16&s=29480 Sven Bierau http://purcellville.com/showthread.php?f=41&s=49382 Old Time Power Association http://safetyfest.org/showthread.php?f=35&s=80347 Michael Roe Lyrics http://quickmachinerycompany.com/showthread.php?f=84&s=51221 How To Fit Horse Stall Mats http://ruins.ca/showthread.php?f=64&s=27679 Summerland Florist Shreveport Louisiana http://ruins.ca/showthread.php?f=19&s=32851 Taxi Cabs New Paltz Ny http://quickmachinerycompany.com/showthread.php?f=7&s=54360 Hydrogen Peroxide By Colonic Irrigation http://rhbamericana.com/showthread.php?f=7&s=23167 Pennslyvania Racetrack
+
<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