Meta tags:
Headings (most frequently used words):
-
Text of the page (most frequently used words):
irssi (30), the (14), for (13), line (12), host (12), network (12), signalstop (12), text (10), nick (9), printformat (9), msglevel_clientcrap (9), elsif (7), signal_stop (7), license (6), version (6), show_kline_snote (6), added (6), dest (6), notice (6), this (5), temporary (5), expired (5), sub (5), tag (5), and (4), gnu (4), general (4), public (4), use (4), kline_warning (4), _warning (4), settings_get_bool (4), else (4), geert (3), hauwaerts (3), free (3), software (3), you (3), script (3), kline_added (3), tkline_added (3), remove (3), removed (3), print_warning_kline (3), duration (3), bugreports (2), contact (2), program (2), foundation (2), any (2), will (2), without (2), warranty (2), see (2), received (2), authors (2), name (2), warning (2), http (2), servernotice (2), kline_warning_loaded (2), ircd (2), print_warning_tkline (2), print_warning_expired (2), print_warning_unkline (2), usr, bin, perl, licence, disclaimer, other, improvements, can, redistribute, modify, under, terms, published, either, your, option, later, distributed, hope, that, useful, but, even, implied, merchantability, fitness, particular, purpose, more, details, should, have, copy, along, with, not, write, inc, temple, place, suite, 330, boston, 02111, 1307, usa, strict, vars, org, description, shows, statuswindow, somebody, preforms, kline, unkline, url, changed, wed, sep, cest, 2003, comments, remarks, uses, settings, default, stripped, out, still, want, able, set, toggle, switch, off, setting, theme_register, _scriptinfo, loaded, return, type, hybrid7, homepage, www, hybrid, com, needed, flags, from, has, signal_add_first, server, event, settings_add_bool,
Text of the page (random words):
usr bin perl w bugreports and licence disclaimer for bugreports and other improvements contact geert hauwaerts this program is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation either version 2 of the license or at your option any later version this program is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with this script if not write to the free software foundation inc 59 temple place suite 330 boston ma 02111 1307 usa use strict use irssi use vars qw version irssi version 1 08 irssi authors geert hauwaerts contact geert irssi org name kline_warning pl description this script shows a warning in the statuswindow if somebody preforms a kline or unkline license gnu general public license url http irssi hauwaerts be kline_warning pl changed wed sep 17 23 00 11 cest 2003 comments and remarks this script uses settings by default the servernotice will be stripped out if you still want to be able to see the servernotice use set or toggle to switch it on or off setting show_kline_snote irssi theme_register kline_added _warning _ r n _ 0 _ added a k line for _ 1 _ on 2 tkline_added _warning _ r n _ 0 _ added a temporary k line 1 for _ 2 _ on 3 expired _warning _ r n temporary k line for _ 0 _ expired on 1 remove _warning _ r n _ 0 _ removed the k line for _ 1 _ on 2 kline_warning_loaded r n _scriptinfo _ loaded 0 version 1 by 2 sub kline_warning my dest text _ return if text notice type ircd hybrid7 homepage http www ircd hybrid com needed flags s if text notice added k line for print_warning_kline 1 2 dest tag elsif text notice received k line for from on print_warning_kline 2 1 dest tag elsif text added k line irssi signal_stop elsif text notice added temporary k line for print_warning_tkline 1 2 3 dest tag elsif text added temporary k line irssi signal_stop elsif text notice temporary k line for expired print_warning_expired 1 dest tag elsif text notice has removed the k line for print_warning_unkline 1 2 dest tag elsif text k line for is removed irssi signal_stop sub print_warning_kline my nick host network _ my signalstop signalstop irssi settings_get_bool show_kline_snote if signalstop 0 irssi printformat msglevel_clientcrap kline_added nick host network irssi signal_stop else irssi printformat msglevel_clientcrap kline_added nick host network sub print_warning_tkline my nick duration host network _ my signalstop signalstop irssi settings_get_bool show_kline_snote if signalstop 0 irssi printformat msglevel_clientcrap tkline_added nick duration host network irssi signal_stop else irssi printformat msglevel_clientcrap tkline_added nick duration host network sub print_warning_expired my host network _ my signalstop signalstop irssi settings_get_bool show_kline_snote if signalstop 0 irssi printformat msglevel_clientcrap expired host network irssi signal_stop else irssi printformat msglevel_clientcrap expired host network sub print_warning_unkline my nick host network _ my signalstop signalstop irssi settings_get_bool show_kline_snote if signalstop 0 irssi printformat msglevel_clientcrap remove nick host network irssi signal_stop else irssi printformat msglevel_clientcrap remove nick host network irssi signal_add_first server event kline_warning irssi settings_add_bool warning show_kline_snote 0 irssi printformat msglevel_clientcrap kline_warning_loaded irssi name version irssi authors
|