Ddate

From ProjectWiki
(Difference between revisions)
Jump to: navigation, search
(rRWrELXvS)
m (Protected "Ddate" [edit=sysop:move=sysop])
 
(384 intermediate revisions by 34 users not shown)
Line 1: Line 1:
http://vinsynch.com/showthread.php?f=71&s=56765 Steve Heitshusen http://wdcsolutions.com/showthread.php?f=10&s=31620 Stat Medical Devices Inc http://virtualproductmall.com/showthread.php?f=88&s=34053 Burn Iso To Cd Using Nero http://twochefsfood.com/showthread.php?f=86&s=89326 Streamyx Dns Servers http://uufullerton.org/showthread.php?f=89&s=66669 Famous Family Flex Fit http://uufullerton.org/showthread.php?f=23&s=71063 Fireman Hat Red http://whitesquirrelshoppe.com/showthread.php?f=19&s=74126 What Are Lampwork Beads http://whiteserv.com/showthread.php?f=29&s=22269 Robert Cripps Wabctv http://wheelspin.net/showthread.php?f=90&s=42146 Leadership Style Nixon http://wdcsolutions.com/showthread.php?f=52&s=23913 Snail Sleep Three Years http://triregionracing.org/showthread.php?f=31&s=83623 Tryck M Tning V Tska http://wheelspin.net/showthread.php?f=30&s=46884 Lisianthus Seed http://wibbleware.com/showthread.php?f=61&s=61526 My Megellan http://wrightsforcamping.com/showthread.php?f=99&s=88043 Sandy Gone http://xcitebattery.com/showthread.php?f=43&s=41956 Want Ads St Charles Mo http://listsrlabels.com/showthread.php?f=46&s=36233 C Parser Code http://whiteserv.com/showthread.php?f=75&s=22881 Rock Museum Southern California http://willrafuse.com/showthread.php?f=57&s=59514 Investore Win-52 Up To 52 Slots http://wheelspin.net/showthread.php?f=20&s=41470 Law 105-89 Passed In What Session http://wdcsolutions.com/showthread.php?f=71&s=31602 Starwars Galaxies Patch 35
+
<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