Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'irssi'

1919219 - urltitle.pl for irssi: irssi
  1. # originally posted by FourOhFour: http://paste.lisp.org/display/58040
  2. # with message:
  3. # stupid url titling script for irssi
  4. # I place this into the public domain. If it breaks, bite me.
  5. #
  6. # modified by chiman 7/2009
  7.  
  8. use Irssi;
  9.  
1336402 - TRUNCA1.PL: perl irssi
  1. # And that's what happens when someone does " /set completion_char -san: "
  2.  
  3. # Example input:   <grawity> Somerandomperson: Hi!
  4. #         output:  <grawity> Somera~1: Hi!
  5. use strict;
  6. use warnings;
  7. use Irssi;
  8. use vars qw($VERSION %IRSSI);
  9.  
1300284 - irssi teszko szines kopipaszta: irssi teszko szines
  1. e0,0_2,0_2,2_2,0_2,2_2,0_2,2_2,0_2,2_2,0_2,2_2,0_2,2_2,0_0,0_
  2. e2,0|0,0....0,4TESCO0,0....2,0|
  3. e2,0|0,0.4,0GAZDASA'GOS0,0.2,0|
  4. e2,0|2,0___CSATORNA__2,0|
  5. e0,0_0,0_2,2_0,0_2,2_0,0_2,2_0,0_2,2_0,0_2,2_0,0_2,2_0,0_0,0_
  6. e0,0_0,0_2,2_0,0_2,2_0,0_2,2_0,0_2,2_0,0_2,2_0,0_2,2_0,0_0,0_
1300278 - irssi teszko szines: irssi teszko szines
  1.   teszko = "/say \0030,0_\0032,0_\0032,2_\0032,0_\0032,2_\0032,0_\0032,2_\0032,0_\0032,2_\0032,0_\0032,2_\0032,0_\0032,2_\0032,0_\0030,0_;/say \0032,0|\0030,0....\0030,4TESCO\0030,0....\0032,0|;/say \0032,0|\0030,0.\0034,0GAZDASA'GOS\0030,0.\0032,0|;/say \0032,0|\0032,0___CSATORNA__\0032,0|;/say \0030,0_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0030,0_;/say \0030,0_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0032,2_\0030,0_\0030,0_;";
1224532 - nickcolor-xchat.pl: irc plugin irssi
  1. use strict;
  2. use Irssi 20020101.0250 ();
  3. use vars qw($VERSION %IRSSI);
  4. $VERSION = "1";
  5. %IRSSI = (
  6.     authors     => "Timo Sirainen, Ian Peters",
  7.     contact     => "tss\@iki.fi",
  8.     name        => "Nick Color",
  9.  
957672 - conv.pl modified: irssi japanese 2ch
  1. use Irssi;
  2. use Encode;
  3. use Data::Dumper;
  4.  
  5. our $VERSION = '0.02';
  6. our %IRSSI   = (
  7.     authors     => 'ksk',
  8.     contact     => 'ksk_binzume.net',
  9.  
957597 - conv.pl modified: irssi japanese 2ch
  1. use Irssi;
  2. use Encode;
  3.  
  4. our $VERSION = '0.02';
  5. our %IRSSI   = (
  6.     authors     => 'ksk',
  7.     contact     => 'ksk_binzume.net',
  8.     name        => 'conv',
  9.  
957451 - conv.pl modified: irssi japanese 2ch
  1. use Irssi;
  2. use Encode;
  3.  
  4. our $VERSION = '0.02';
  5. our %IRSSI   = (
  6.     authors     => 'ksk',
  7.     contact     => 'ksk_binzume.net',
  8.     name        => 'conv',
  9.  
957435 - conv.pl modified: irssi japanese 2ch
  1. use Irssi;
  2. use Encode;
  3.  
  4. our $VERSION = '0.02';
  5. our %IRSSI   = (
  6.     authors     => 'ksk',
  7.     contact     => 'ksk_binzume.net',
  8.     name        => 'conv',
  9.  
957394 - conv.pl modified: irssi japanese 2ch
  1. use Irssi;
  2. use Encode;
  3.  
  4. our $VERSION = '0.02';
  5. our %IRSSI   = (
  6.     authors     => 'ksk',
  7.     contact     => 'ksk_binzume.net',
  8.     name        => 'conv',
  9.  
948093 - FiSH encryption module for irssi: irssi encryption fish v.099 fish.h
  1. #include "cfgopts.h"
  2. #include "DH1080.h"
  3.  
  4. #include <time.h>
  5. #include <unistd.h>
  6.  
  7. // compile hack for irssi/src/common.h
  8. #ifndef UOFF_T_INT
  9.  
948090 - FiSH encryption module for irssi: irssi encryption fish v.099 fish.c
  1. // FiSH encryption module for irssi, v0.99
  2.  
  3. #include "FiSH.h"
  4.  
  5.  
  6.  
  7. // encrypt a message and store in bf_dest (using key for target)
  8. static int FiSH_encrypt(char *msg_ptr, const char *target, char *bf_dest)
  9.  
948082 - Diffie-Hellman 1080bit Key-excha: irc irssi key encryption exchange dh1080 diffie-hellman 1080bit
  1. // New Diffie-Hellman 1080bit Key-exchange
  2.  
  3. /* For Diffie-Hellman key-exchange a 1080bit germain prime is used, the
  4. generator g=2 renders a field Fp from 1 to p-1. Therefore breaking it
  5. means to solve a discrete logarithm problem with no less than 1080bit.
  6.  
  7. Base64 format is used to send the public keys over IRC.
  8.  
  9.  
  10.  
904667 - irssi.conf pibarnas: conf irssi pibarnas
  1. servers = (
  2.   {
  3.     address = "irc.freenode.net";
  4.     chatnet = "Freenode";
  5.     port = "6667";
  6.     use_ssl = "no";
  7.     ssl_verify = "no";
  8.     autoconnect = "yes";
  9.  
worth-right