Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(FfmsoUhKc)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(462 intermediate revisions by 35 users not shown)
Line 1: Line 1:
http://www.bombenglish.com/blog/10/?post=459#1 Pandas Virus http://square1consulting.com/blog/1/?post=174#1 Edina Landmark Theater http://square1consulting.com/blog/10/?post=506#1 Panther Characters In Books http://feetmanseoul.com/stickers/blog/2/?post=480#1 Cincinnati Wireless http://iotopia.com/articles/2/?post=471#1 Teenager Of America http://square1consulting.com/blog/9/?post=191#1 Dale Miller Ohio http://square1consulting.com/blog/3/?post=848#1 Fanconi Anemia Picture http://www.bombenglish.com/blog/3/?post=229#1 Highest Paid Cardiothoracic Surgeons http://feetmanseoul.com/stickers/blog/1/?post=289#1 Chu Kong Shipping And Zhongshan http://iotopia.com/articles/7/?post=638#1 Profit From Ebay http://iotopia.com/articles/8/?post=97#1 Increasing Science Wasl Scores http://iotopia.com/articles/9/?post=306#1 Windows Registery And Dll Registration http://square1consulting.com/blog/3/?post=768#1 Famous Bruin http://iotopia.com/articles/1/?post=526#1 Metra To De Kalb http://square1consulting.com/blog/10/?post=121#1 Pain Symptom Of Breast Cancer http://square1consulting.com/blog/6/?post=190#1 Payday Advance Vancouver http://iotopia.com/articles/9/?post=584#1 Wireless Internet Signal Use Security http://iotopia.com/articles/6/?post=249#1 Ponca City Library http://square1consulting.com/blog/8/?post=467#1 Victoria Gettler http://square1consulting.com/blog/4/?post=445#1 Transporting Fridge Laying Down
+
<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