If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: scripts.irssi.org/scripts/centericq.pl - .

site address: scripts.irssi.org/scripts/centericq.pl redirected to: scripts.irssi.org/scripts/centericq.pl

site title:

.................................................................


Meta tags:

Headings (most frequently used words):

-

Text of the page (most frequently used words):
friend (50), the (44), irssi (27), centericq (22), sub (13), return (13), print (12), item (11), icqdir (10), messages (9), statusbar (9), lastreads (9), file (9), friends (9), for (8), this (8), key (8), line (8), new (7), you (7), and (7), status (7), icq (7), read (7), last (7), message (7), changed (7), filename (7), lines (7), use (6), numunreads (6), history (6), lastread (6), time (6), unread (5), with (5), statusbar_item (5), all (5), that (5), number (5), historyts (5), has (5), count (5), have (4), checks (4), script (4), refresh_tag (4), timestamp (4), nick (4), called (4), keys (4), get_lastread (4), friendnick (4), from (4), returns (4), incoming (4), verify (4), only (3), msn (3), not (3), nickname (3), each (3), friendnicks (3), function (3), centericq_refresh_time (3), refresh_centericq (3), update_statusbar_item (3), get_historyts (3), get_numunreads (3), get_size_only (3), icqfriends (3), msnfriends (3), init_friend (3), open (3), close (3), chop (3), lastrd (3), found (3), msg (3), stat (3), garion (2), vars (2), version (2), joost (2), name (2), which (2), your (2), http (2), org (2), add (2), works (2), need (2), make (2), are (2), hashes (2), per (2), will (2), check_new_friends (2), foreach (2), history_changed (2), lastread_changed (2), update_status (2), adding (2), undef (2), any (2), been (2), there (2), modified (2), date (2), lot (2), more (2), efficient (2), than (2), reading (2), processing (2), whole (2), length (2), data (2), init (2), while (2), get_nickname (2), lastreadfile (2), bla (2), bli (2), same (2), check (2), info (2), histfile (2), misc (2), 2002, exp, strict, authors, vunderink, contact, carnique, description, staturbar, indicates, how, many, sbitems, license, public, domain, url, scripts, timo, sirainen, whether, displays, example, jamesoff, linn, paul, load, known, bugs, refreshing, optimal, swap, windows, disappear, reload, people, todo, first, letters, instead, full, textui, env, home, last_refresh_time, following, dir, person, lastreadts, nicknames, seconds, where, given, setting, timeout, sure, again, timeout_remove, settings_get_int, timeout_add, 1000, added, yet, functional, checking, reads, determines, gets, nicks, puts, them, together, nice, string, then, requests, redraw, updating, statusbaritem, unreads, statusbar_items_redraw, obtain, don, min_size, max_size, else, default_handler, initialization, useful, opendir, directory, needed, readdir, modelist, watching, closedir, initialises, filesizes, get_filesize, initilialized, unknown, msgfile, numlines, shift, now, times, below, sometimes, get, remove, next, taken, 46th, let, hope, does, change, its, config, format, infofile, stuff, settings_add_int, 120, settings_add_bool, centericq_debug, statusbar_item_register, startup, functions, loaded,


Text of the page (random words):
id centericq pl v 1 0 0 2002 10 19 13 15 49 garion exp use strict use vars qw version irssi version 1 0 0 irssi authors joost garion vunderink contact joost carnique nl name centericq description staturbar item which indicates how many new messages you have in your centericq sbitems centericq license public domain url http irssi org http scripts irssi org centericq new messages statusbar item for irssi 0 8 4 by timo sirainen this statusbar item checks whether you have unread messages in centericq and if so displays a status in your statusbar example status icq jamesoff 1 linn 3 paul 4 use script load centericq statusbar add centericq known bugs it only works for icq and msn in centericq the refreshing is not optimal you ll need to swap windows to make the statusbar item disappear if you ve read the messages you have to reload the script if you add new people in centericq works only with centericq in centericq todo use only the first n letters of the nickname instead of the full nickname use irssi use irssi textui my icqdir env home centericq my last_refresh_time refresh_tag my statusbar_item the following vars are all hashes with key the name of the dir in centericq of that person my lastreads timestamp of the last read message per nick my numunreads number of unread messages per nick my historyts timestamp of the history file of each nick my lastreadts timestamp of the lastread file of each nick my friendnicks the nicknames of the friends this is the function that will be called each n seconds where n is given by the centericq_refresh_time setting sub refresh_centericq check_new_friends my friends keys lastreads my friend changed 0 foreach friend friends if history_changed friend lastread_changed friend changed 1 update_status friend if changed update_statusbar_item adding new timeout to make sure that this function will be called again if refresh_tag irssi timeout_remove refresh_tag my time irssi settings_get_int centericq_refresh_time refresh_tag irssi timeout_add time 1000 refresh_centericq undef checks if any new friends have been added not yet functional sub check_new_friends irssi print checking if there are any new friends checks if the last modified date time of the lastread file has changed a lot more efficient than reading and processing the whole file sub lastread_changed my friend _ my lr get_lastread friend if lr lastreads friend irssi print lastread of friendnick friend changed from lastreads friend to lr lastreads friend lr return 1 return 0 checks if the last modified date time of the history file has changed a lot more efficient than reading and processing the whole file sub history_changed my friend _ my ts get_historyts friend if ts historyts friend irssi print history ts of friendnick friend changed from historyts friend to ts historyts friend ts return 1 return 0 reads the last read message and determines the number of unread messages of friend sub update_status my friend _ lastreads friend get_lastread friend numunreads friend get_numunreads friend gets the number of unread messages of all nicks and puts them together in a nice statusbar string it then requests a statusbar item redraw sub update_statusbar_item irssi print updating statusbaritem statusbar_item my keys keys lastreads my key status foreach key keys if numunreads key 0 irssi print friendnick key has numunreads key unreads status friendnicks key numunreads key status s if length status 0 statusbar_item icq status irssi statusbar_items_redraw centericq this is the function called by irssi to obtain the statusbar item for centericq sub centericq my item get_size_only _ if length statusbar_item 0 no icq don t print the icq at all if get_size_only item min_size item max_size 0 else item default_handler get_size_only undef statusbar_item 1 initialization of the hashes with the useful data sub init if opendir icqdir icqdir irssi print there is no directory icqdir which is needed for this script return 0 my icqfriends msnfriends 0 0 while my filename readdir icqdir icq friends if filename 0 9 filename 0 icqfriends init_friend filename msn friends if filename m filename modelist msnfriends init_friend filename irssi print watching icqfriends icq friends and msnfriends msn friends closedir icqdir return 1 initialises all data of friend sub init_friend my friend _ lastreads friend get_lastread friend numunreads friend get_numunreads friend filesizes friend get_filesize friend friendnicks friend get_nickname friend historyts friend get_historyts friend irssi print initilialized friendnick friend returns the last read message of friend sub get_lastread my friend _ my lastreadfile icqdir friend lastread open f close f chop lastrd irssi print found lastread lastrd of friend from lastreadfile return lastrd returns the number of unread messages for friend sub get_numunreads my friend _ my lr lastreads friend unknown last read message return 0 if lr 0 return 0 my msgfile icqdir friend history open f chop lines close f my numlines lines read all lines up to the lastread message my line my bla 0 do line shift lines bla while line ne lr now count the number of times that msg is found on a line below a line with in my count 0 my incoming 0 my verify 0 my bli 0 for lines bli sometimes 2 messages get in at the same time remove this so called new message if it has the same time as the last read message if verify 1 if _ lr count verify 0 a line with in has been found check if the next line is msg if incoming 1 if _ msg count verify 1 incoming 0 check for in if _ in incoming 1 return count returns the nickname of a friend this is taken from the 46th line of the info file let s hope that centericq does not change its config file format sub get_nickname my friend _ my infofile icqdir friend info open f chop lines close f return lines 45 returns the timestamp of the history file of friend sub get_historyts my friend _ my histfile icqdir friend history my stat stat histfile return stat 9 adding stuff to irssi irssi settings_add_int misc centericq_refresh_time 120 irssi settings_add_bool misc centericq_debug 0 irssi statusbar_item_register centericq sb 0 centericq startup functions if init 0 irssi print you need centericq for this script return 0 update_statusbar_item refresh_centericq irssi print centericq statusbar item loaded
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)

    No Images


    Top 50 hastags from of all verified websites.