From 0b1270abd4b8009c26a2a3b5811598520ab5987c Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 1 Feb 2015 21:49:19 +0100 Subject: .irssi: Removing irssi settings from dotfiles repository. --- .irssi/scripts/lastfm.pl | 447 ----------------------------------------------- 1 file changed, 447 deletions(-) delete mode 100644 .irssi/scripts/lastfm.pl (limited to '.irssi/scripts/lastfm.pl') diff --git a/.irssi/scripts/lastfm.pl b/.irssi/scripts/lastfm.pl deleted file mode 100644 index 4ff2105..0000000 --- a/.irssi/scripts/lastfm.pl +++ /dev/null @@ -1,447 +0,0 @@ -# vim: set expandtab: -use vars qw($VERSION %IRSSI); -$VERSION = "5.8"; -%IRSSI = ( - authors => "Simon 'simmel' Lundström", - contact => 'simmel@(freenode|quakenet|efnet) http://last.fm/user/darksoy', - name => "lastfm", - date => "20110125", - description => 'A now-playing-script which uses Last.fm', - license => "BSD", - url => "http://soy.se/code/", -); -# USAGE -# For details on how to use each setting, scroll down to the SETTINGS section. - -# QUICK START -# * First of all, you need the libwww/LWP package installed. The package in -# your package system is probably called something with libwww and perl and/or -# p5 in it. -# * /set lastfm_user to the username that you are using on Last.fm -# * Show with /np or %np what song "lastfm_user" last scrobbled to Last.fm via /say. If "lastfm_use_action" is set, it uses /me. -# * To see what another user on Last.fm is playing is also possible via /np or %np(). -# The now-playing message is configurable via via "lastfm_output" (and lastfm_output_tab_complete when using %np, if not set it will use lastfm_output by default.). "lastfm_strftime" can be used to configure the display of date and time when the song was scrobbled. - -# SETTINGS -# NOTE: Do not set these options here, use /set