tglogo.png

Snippets

In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

Aliases to handle note_file by gennarino

I wrote some aliases for my scripts. They might be of any use for some of you so I decided to post them here. You can install them just as any other mirc script: ALT-R for remote, NEW_FILE, past the following code and SAVE. Now you have a few aliase...
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

znc+mirc=? - multiple znc connections on startup by bot

Tags: znc mirc znc bot 
This simple script will allow you to open all your znc bouncers that you own on mIRC startup. Add the script in remote.ini and change it with your znc infos. If you have more then three znc's just multiply the ".server -m your-ip +port user/netwo...
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

Simple ASL Script for mIRC Bots by Nienqster

Tags: asl mirc nienqster 
Just a simple ASL script for mIRC bots! People still have the tendency to ask another persons ASL - so this script is made to set your ASL and the BOT will tell everyone your ASL whenever you join the channel! Enjoy!
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

Channel Top10 Script by Nienqster

This script is to view a monthly and daily Top10 chatters of a channel. Still struggling with the auto disconnection at midnight and reconnection to clear the daily stats (If anyone has a better script for that please comment it below :P ) Enjo...
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

$btoken(&input,N,C,[&output]) by Imk0tter

Tags: btoken Imk0tter 
Here is a snippit of code that allow you to get tokens from bvars (binary variables). IE: $btoken(&bvar,0,64 64 64) returns the number of tokens separated by the string '@@@' IE: $btoken(&bvar,n,64 64 64) returns the nth token separated by the string '@@@' IE: $btoken(&bvar,0,@@@).text returns the number of tokens separated by the string '@@@' IE: $btoken(&bvar,n,@@@).text returns the nth token separated by the string '@@@' IE: $btoken(&bvar,0,@@@,&output).text returns the number of tokens separated by the string '@@@' IE: $btoken(&bvar,n,@@@,&output).text returns the number of characters in the &output bvar that contains the nth token separated by the string '@@@'
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

$replaceTok(string,substr,n,token) by Imk0tter

Here is an alias that allows you to replace the n'th occurence of the specified substring in the specified string with a token. Example: $replaceTok(this @ is @ a @ test, @, -1, --) = this @ is @ a -- test
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

TCL channels and user list on web page by Aktarus

Tags: tcl eggdrop aktarus 
Small tcl script for eggdrop. Copy the script to a TXT file and save it as chweb.tcl After that, set it to your liking. operation is quite simple, put it in the "script" folder Put the following string in your eggdrop.conf: source scripts / web.tc...
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

OO7.tcl by Aktarus

Tags: tcl aktarus 
I recommend you don't run this script on a bot that already has to do alot If the channel you're spying on has alot of users with alot of talking your bot could excess flood
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0

Ident G-line(CLONES) by elvara

Tags: Clones g-line elvara 
#################################################### Koliko obicnih usera ima isti ident 4 i vise puta? :) mislim nijedan. Timer postavljen na 12 sec. Moze se produziti na 30 sec.. vise od toga nije preporucljivo. Coded by STRICek @2009 #######...
In Category General IRC Posted by Snippets On 12/04/23 Likes 0 Comments 0


Please note that on our website we use cookies necessary for the functioning of our website, cookies that optimize the performance. To learn more about our cookies, how we use them and their benefits, please read our Cookie Policy.
I Understand