Table of Contents

Project: Irsii Twosplit, Unstick, and Normal

A project for CSCS1730 by Kelly Reed during the Fall of 2011.

This project was begun on 9/1/08 and is anticipated to take an hour.

Objectives

Create aliases that allow me to view multiple irc channels at once and return to normal.

Prerequisites

In order to successfully accomplish/perform this project, the listed resources/experiences need to be consulted/achieved:

Scope

To help myself and others monitor irc more efficentally

Attributes

State and justify the attributes you'd like to receive upon successful approval and completion of this project.

Procedure

The actual steps taken to accomplish the project. Include images, code snippets, command-line excerpts; whatever is useful for intuitively communicating important information for accomplishing the project.

Code

in irssi with multiple channels open

 
/alias twosplit window 1;clear;window show 2;window size 35;window 2;window stick

from left to right:

/alias unstick window goto 1;window stick off;window goto 2;window stick off;window 
          goto 3;window stick off;window goto 4;window stick off;window goto 5;window 
          stick off;window goto 6;window stick off;window goto 7;window stick off;window 
          goto 8;window stick off;window goto 9;window stick off;window goto 10;window 
          stick off;window goto 11;window stick off;window goto 12;window stick 
          off;window goto 13;window stick off

long story short, this unsticks all windows… no real modification can happen here…

/alias normal unstick;window hide;window hide

this uses the unstick to return the irssi display to default

after entering the aliases use these commands to toggle between normal and twosplit modes.

/twosplit

enables twosplit mode

/normal

returns to normal mode

Reflection

Awesomeness…

References

In performing this project, the following resources were referenced:

PS

? ? ?= i don't know what your looking for please provide guidance.