Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(rLrDNRGusNBMATMrMqw)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(457 intermediate revisions by 35 users not shown)
Line 1: Line 1:
http://feetmanseoul.com/stickers/blog/1/?post=650#1 Cites Ii http://www.bombenglish.com/blog/10/?post=238#1 Palau Exports http://iotopia.com/articles/9/?post=808#1 Wolf Metal Case Ammo http://square1consulting.com/blog/1/?post=279#1 Education Week Tip Of Their Fingers http://square1consulting.com/blog/5/?post=563#1 Milan Italy Underground Green Line http://square1consulting.com/blog/3/?post=1#1 Explore Google Earth Sky http://feetmanseoul.com/stickers/blog/6/?post=634#1 Ann Mcbee http://square1consulting.com/blog/4/?post=36#1 Trace Program Execution http://iotopia.com/articles/6/?post=566#1 Port Moody Businesses http://www.bombenglish.com/blog/1/?post=510#1 Ilex Verticillata Winterberry http://iotopia.com/articles/9/?post=245#1 Windows 2000 Start Up Remove http://feetmanseoul.com/stickers/blog/3/?post=203#1 Door Country Coffee Tea http://feetmanseoul.com/stickers/blog/4/?post=25#1 United Kingdom Cost Of Foods http://www.bombenglish.com/blog/4/?post=137#1 Christmas Download Music Sheet Shoes http://iotopia.com/articles/4/?post=400#1 Voice Affecting Remedies http://feetmanseoul.com/stickers/blog/5/?post=115#1 Bruce Agra Inc 103 Farrell Drive http://www.bombenglish.com/blog/6/?post=161#1 Old Frothingslosh Pale Stale Ale http://feetmanseoul.com/stickers/blog/9/?post=427#1 Shire Kansas City http://iotopia.com/articles/5/?post=536#1 Bridal's Wreath http://feetmanseoul.com/stickers/blog/1/?post=305#1 Chuck E Cheese Nh
+
<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