This is a default page for the Catreina.com scripting site. You can see in the source of this page information about the latest versions of my JTV IRC script, my PsiFur2 script, and any other scripts I have released for mIRC.
For now, if you want to download the current version of any of these scripts, you can do so with the links below:

JTV IRC - A JTV mIRC Script for managing your Twitch/JTV channel from mIRC - download here
PsiFur2 - A mIRC encryption plugin (source code & dll included) - download here

Return to the Main Catreina Page

;****************************************************
;
;         JTV IRC Channel Control Script v 1.1
;                Main Control Script
;                ©2011 Jennifer Snow
;
;****************************************************
;
;  The JTV IRC Channel Control Script was created to
;  allow JTV broadcasters who wish to use the IRC 
;  method an easy to use interface to the dot and
;  slash commands available on jtv's irc servers.
;
;****************************************************
;
;  Feedback is always welcomed, and right now is 
;  being requested for more features/bugfixing.
;
;****************************************************
;
;  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 program; if not, write to the Free Software
;  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
;
;****************************************************
;  Version history
;
;  v1.1 - 12/28/2011
;    - Second release - added features to dialog
;    - some bugs found
;
;  v1.0 - 10/23/2011
;    - Initial compilation. First mIRC release
;
;  Known issues/bugs:
;
;    - a few of the random kick/ban messages are 
;      flawed and do not display correctly
;
;    - The timeout and ban/unban boxes have a hard
;      limit for name entry - do not know why this
;      is the case at present.
;
;    - Channel name in dialog requires # as first
;      character.
;
;  Planned for next version:
;
;    - More commercial run options
;    - Vote Script
;    - Better kick messages/messaging
;    - Better help system
;    - Actual webpage for initial install/config
;
;****************************************************