Index of /www/projects/irssi

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[TXT]README.txt22-Oct-2010 12:49 1.8K
[TXT]auto_whois.pl-0.9.txt22-Oct-2010 12:49 2.7K
[TXT]screen_away.pl-0.9.1.txt22-Oct-2010 12:49 6.6K
[TXT]screen_away.pl-0.9.2.txt22-Oct-2010 12:49 7.2K
[TXT]screen_away.pl-0.9.3.txt22-Oct-2010 12:49 6.6K
[TXT]screen_away.pl-0.9.4.txt22-Oct-2010 12:49 7.7K
[TXT]screen_away.pl-0.9.4.txt.asc22-Oct-2010 12:49 189
[TXT]screen_away.pl-0.9.5.txt22-Oct-2010 12:49 6.8K
[TXT]screen_away.pl-0.9.6.1.txt22-Oct-2010 12:49 7.5K
[TXT]screen_away.pl-0.9.6.1.txt.asc22-Oct-2010 12:49 189
[TXT]screen_away.pl-0.9.6.txt22-Oct-2010 12:49 7.5K
[TXT]screen_away.pl-0.9.6.txt.asc22-Oct-2010 12:49 189
[TXT]screen_away.pl-0.9.7.txt22-Oct-2010 12:49 7.7K
[TXT]screen_away.pl-0.9.7.txt.asc22-Oct-2010 12:49 189

screen_away.pl

# screen_away irssi module
#
# written by Andreas 'ads' Scherbaum <ads@ufp.de>
#
# changes:
#  07.02.2004 fix error with away mode
#             thanks to Michael Schiansky for reporting and fixing this one
#  07.08.2004 new function for changing nick on away
#  24.08.2004 fixing bug where the away nick was not storedcorrectly
#             thanks for Harald Wurpts for help debugging this one
#  17.09.2004 rewrote init part to use $ENV{'STY'}
#  05.12.2004 add patch for remember away state
#             thanks to Jilles Tjoelker <jilles@stack.nl>
#             change "chatnet" to "tag"
#
#
# usage:
#
# put this script into your autorun directory and/or load it with
#  /SCRIPT LOAD <name>
#
# there are 5 settings available:
#
# /set screen_away_active ON/OFF/TOGGLE
# /set screen_away_repeat <integer>
# /set screen_away_message <string>
# /set screen_away_window <string>
# /set screen_away_nick <string>
#
# active means, that you will be only set away/unaway, if this
#   flag is set, default is ON
# repeat is the number of seconds, after the script will check the
#   screen status again, default is 5 seconds
# message is the away message sent to the server, default: not here ...
# window is a window number or name, if set, the script will switch
#   to this window, if it sets you away, default is '1'
# nick is the new nick, if the script goes away
#   will only be used it not empty
#
# normal you should be able to rename the script to something other
# than 'screen_away' (as example, if you dont like the name) by simple
# changing the 'name' parameter in the %IRSSI hash at the top of this script




auto_whois.pl

# /WHOIS all the users who send you a private message.
# v0.9 for irssi by Andreas 'ads' Scherbaum
# idea taken from autowhois.pl from Timo Sirainen
# some really disturbing bugs fixed