From 0b971042824c3ac43f20b2236cee11d75b1fe598 Mon Sep 17 00:00:00 2001 From: nwf Date: Fri, 29 Aug 2008 16:12:56 -0400 Subject: [PATCH] Docs and version declaration updates darcs-hash:20080829201256-4d648-a8456980440a05c377fc09685cd2cfe6bebdde22.gz --- IrssiInterface.pl | 2 +- README | 13 ++++++++++++- TODO | 1 + 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/IrssiInterface.pl b/IrssiInterface.pl index 908c969..db2248c 100644 --- a/IrssiInterface.pl +++ b/IrssiInterface.pl @@ -373,4 +373,4 @@ Irssi::command_bind('unpunt', 'cmd_unpunt'); ################################################################# -Irssi::print("Instancing module v0.0.5 -- No Longer Named 'test'"); +Irssi::print("Instancing module v0.1.0 -- Doesn't Ring A Bell"); diff --git a/README b/README index 8133845..04656d1 100644 --- a/README +++ b/README @@ -1,5 +1,16 @@ +WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING +Revisions 0.1.0 and up use a fundamentally different encoding technique, after +early prototypes discovered that the original encoding was erroneous. The +original encoding has been withdrawn altogether and since there were no +speakers of it outside the beta group, the protocol identifiers have NOT been +change in the transition to the new protocol. +This warning will disappear eventually. +WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING + This depends on Math::BaseCalc from CPAN. This is conveniently packaged in -Debian as libmath-basecalc-perl. +Debian as libmath-basecalc-perl. To fetch from CPAN if your OS doesn't +provide CPAN packages, do + $ perl -MCPAN -e 'install Math::BaseCalc' These perl modules assume they exist in a directory called Instance. The easiest way to make this fly, by far, is to symlink the place you got these diff --git a/TODO b/TODO index ff63f0d..c3103df 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,7 @@ Missing UI Features Options to persist the punts list and or instance defaults? Punts listing command (per channel, global) Ability to /msg or /query with instance label. + Ability to /me with an instance label. The ability to filter instances out of the channel windows to their own windows. -- 2.50.1