Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(CcEvszQC)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(281 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://sola3.org/showthread.php?f=12&s=83311 James Martin Biography http://statepen.org/showthread.php?f=28&s=60737 Infants Weigh Development http://pilgrimageyoga.com/showthread.php?f=50&s=89482 Parent Survey Universal Pre-school http://steamerracing.ca/showthread.php?f=21&s=20406 Study Breast Cancer Abortion http://hdta.info/showthread.php?f=39&s=19701 Clear Aim Inc http://soccerextreme.com/showthread.php?f=87&s=84287 Floppy Drives Laptops Computers Networking http://www.soundwitness.org/showthread.php?f=44&s=77866 Land Of 10000 Lakes Festival http://papaha.com/showthread.php?f=76&s=69297 Purcell's Cleveland Oh http://soundemon.com/showthread.php?f=39&s=34255 Infant Friendly Vacations http://spiritoffrederickdouglass.com/showthread.php?f=15&s=38068 Gizia Copyright Pagesjaunes http://spanoa.com/showthread.php?f=49&s=60490 Glen L Lobster Skiff http://source-medical.net/showthread.php?f=78&s=76518 Only Oregon http://spiritoffrederickdouglass.com/showthread.php?f=85&s=39284 Godzilla Why Created Toys Games http://stalbansbexley.org/showthread.php?f=87&s=41944 Dale Earnhardt Junior Web Site http://soundemon.com/showthread.php?f=26&s=38907 Iso 14001 Manual Sample http://soundemon.com/showthread.php?f=50&s=32733 Important Facts Of John Steinbeck http://spiritoffrederickdouglass.com/showthread.php?f=85&s=31881 Furman Bisher Winner 2008 http://stalbansbexley.org/showthread.php?f=76&s=45450 Deburring Powder http://soundemon.com/showthread.php?f=31&s=37026 Intestinal Gas In Infants http://pilgrimageyoga.com/showthread.php?f=56&s=92832 Pennsylvania High Quality Vitamins
+
<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