Top

GameSurge IRPGLogin.tcl


TCL Code
+ 0 likes
Please Register to submit score.
Average Score  3.0
Scores Submitted  1
Date Added  May 04, 2006
Last Updated  Jun 23, 2006
Tags  game 
  Bookmark and Share

Introduction

Script comes with Settings examples and information.
Script is designed specifically for the GameSurge #IRPG channel.

Grab the Code

Comments

  (7)  RSS
Zybez
Comments: 28
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on May 5, 2006 3:55 pm
What does this do, and what is TCL?
Get_A_Fix
Comments: 12
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on Jun 23, 2006 6:32 am
Sorry, havent been back to check on any posts.

Firstly, TCL stands for Tool Command Language. This is a Simple Scripting Language and library often used for GUI, string-manipulation, testing, and integration of multiple components.

Tutorials can be found at: http://en.wikipedia.org/wiki/User:BarkerJr#Programming - http://www.tcl.tk/man/tcl8.5/tutorial/tcltutorial.html - http://wiki.tcl.tk/1681 - http://wiki.tcl.tk/1304 - http://www.tcl.tk/scripting/primer.html - http://www.suninet.nl/tclguide/ - http://www.peterre.com/characters.html

This script was made because I had searched for ages for a TCL able to log my eggdrop into the GameSurge IRPG bot. I did not find anything on any tcl archive, so I decided to make my own. I am not really a coder, more like someone who play\'s with code, so the only way i could think of to start this script was creating a notice bind on the onjoin chanserv sends when you join #IRPG.
This script catches two notices.
1) First notice is from chanserv when eggdrop joins #IRPG - This initiates the login process and your login/passwd is sent.
2) Second notice is the \"success\" notice from IRPG to eggdrop telling it login was successfull - this returns a message to \"mychan\" informing you that the login was successfull.
I have updated the script just alittle, as I had forgot to mention NOTICE setting needs to be enabled on the IRPG account the bot is to use.
Please read ALL the settings, and follow the examples to best use this script.
Pingo
Comments: 1
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on Feb 6, 2007 11:54 am
lol
mentalglitch
Comments: 23
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on May 13, 2008 8:06 pm
lol.. instead of triggering this via channel notice onjoin you should check the bots host/user (as its easy for any user to change their nick to irpg and send a channel notice which would allow them to receive your login info) and epicly f3ck up your account
mentalglitch
Comments: 23
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on May 14, 2008 1:32 pm
oh also.. wouldnt using an eggdrop for this game be considered cheating? ;p
Get_A_Fix
Comments: 12
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on May 30, 2008 5:04 am
lol, this is an \'old\' script now. There are better ways to do it, and maybe I should update this, but I hardly script anymore and don\'t hang on gamesurge IRPG.
Feel free to update :) or make something more efficient.
mentalglitch
Comments: 23
 
TCL Snippet:  GameSurge IRPGLogin.tcl
Posted on Jun 3, 2008 8:37 pm
lol I\'ve givin up irc mostly tbh most networks are epic fail now a days anyway. n I choose to mod eggdrops by core source files (c/c++) i don\'t like the eggdrop tcl interpreter much ;p though i love TCL as a stand-alone language it happens to be my first loved language =D
but if anyone wants an updated version of this or for a different irc network etc. pm me the request id be happy to help

Please Register or Login to start posting comments.
Bottom