TriLUG IRC Channels

Jump to: navigation, search

Contents

[edit] LUG Channels

TriLUG has various IRC channels on the freenode network. As a courtesy to our users, you can reach any of them by specifying the server irc.trilug.org. LUG channels include the following:

The #trilug channel has several handy functions like tribot (and previously tripaste).

[edit] Affiliated Channels

The following channels are not official TriLUG channels but are often frequented by TriLUG members.

[edit] Conduct

TriLUG encourages open discussion on IRC channels and recognizes that channels sometimes wander off topic. However, TriLUG encourages all users to be mindful and respectful of their peers in channel. Flame wars/bait, personal attacks, etc are a waste of time and resources. They are embarrassing to TriLUG and to you.

[edit] Connecting to TriLUG IRC Channels

This quick how-to explains how to use a TriLUG shell account and configure the irssi program to connect to the IRC server hosting the #trilug channel, and how to register a nick, and how to join the #trilug channel. Note that you don't really even need a TriLUG shell account, as long as you have a shell account on a *nix system that has irssi installed.

[edit] I. Primary irssi Configuration

% irssi
[(status)] /save
[(status)] /quit
 {
   address = "irc.freenode.net";
   chatnet = "freenode";
   # Non-SSL:
   #port = "6667";
   # SSL:
   port = "7000";
   use_ssl = "yes";
 },
 freenode = {
   type = "IRC";
   max_kicks = "4";
   max_modes = "4";
   max_msgs = "1";
   max_whois = "1";
 };
 { name = "#trilug"; chatnet = "freenode"; autojoin = "no"; }
   real_name = "Your Name Here";
   user_name = "Your_Trilug_Username_Here";
   nick = "Your_Nick_Here";

[edit] II. Registering Your Nick

 % irssi
[(status)] /server connect freenode
[(status)] /msg nickserv register <password> <email-address>
[(status)] /quit
From: donotreply@freenode.net
To: <email-address>
Subject: freenode Nickname Registration
Your_Nick_Here,
In order to complete your registration, you must send the following
command on IRC:
/msg NickServ VERIFY REGISTER Your_Nick_Here <verification_key>
% irssi
[(status)] /server connect freenode
[(status)] /msg NickServ VERIFY REGISTER Your_nick_here <verification_key>
[(status)] /quit

[edit] III. Connection and Use

% irssi
[(status)] /server connect freenode
[(status)] /msg nickserv identify <password> 
[(status)] /join #trilug

[edit] IV. (OPTIONAL) Configure irssi for autopilot

   autoconnect = "yes"
   autosendcmd = "/msg nickserv identify <password> ; wait 2000";
 { name = "#trilug"; chatnet = "freenode"; autojoin = "yes"; }

[edit] Links to helpful information

IrssiHowTo

A Guide to Efficiently Using Irssi and Screen

Irssi quickstart guide

An IRC Tutorial

Irssi Command Guide

Retrieved from "http://www.trilug.org/wiki/TriLUG_IRC_Channels"