Search found 316 matches

by iamdeath
Sun Mar 23, 2008 11:44 pm
Forum: Eggdrop Help
Topic: About flood
Replies: 1
Views: 1630

Code: Select all

.chanset #Channel flood-chan 0:0
For more try:

Code: Select all

.chaninfo #Channel
.help chaninfo 
peace
death
by iamdeath
Wed Mar 19, 2008 1:44 am
Forum: Script Requests
Topic: [REQ] pass recruiting when join on chan
Replies: 16
Views: 8546

Ok for that you need to add every person in DCC userlist and assign him a password then what's the point of creating this script? When there is a similiar script in the Archive which wont allow anyone who is not added under a given flag or something like that. You should consider that script Take a ...
by iamdeath
Wed Mar 19, 2008 1:39 am
Forum: Script Requests
Topic: Kick users after a certain amount of time spent in the chan
Replies: 32
Views: 24185

@TCL_no_TK

You should release that script, it will be useful for others in future if anyone needs something like that. Will definately benefit others. :)

Just a friendly suggestion
peace
death
by iamdeath
Sat Mar 08, 2008 2:23 pm
Forum: Script Requests
Topic: Need a UPTIME GAME CHECKER
Replies: 2
Views: 2078

And how will the bot find out that what's the uptime of game?. I mean any website or RSS feeds?


peace
death
by iamdeath
Tue Mar 04, 2008 12:37 pm
Forum: Script Requests
Topic: Need Cricket Tcl
Replies: 9
Views: 5050

Ok first you asked me if it was possible to get Latest Scores of Cricket, I told you a nice a way and shared a proper TCL for that and it worked which is shown in your post. For your 2nd question, which is Live ball-by-ball Cricket commentary erm.. well i can't help you with that either ask the pers...
by iamdeath
Tue Mar 04, 2008 6:10 am
Forum: Script Requests
Topic: Need Cricket Tcl
Replies: 9
Views: 5050

cd scripts
mkdir feeds

Go in DCC
.rehah
by iamdeath
Tue Mar 04, 2008 5:56 am
Forum: Script Requests
Topic: Need Cricket Tcl
Replies: 9
Views: 5050

Read my signature :P

For you I have upload a RSS Reader

It is already configured, all you need is just to load it and use 2 commands:

Code: Select all

!news
!score
peace
death
by iamdeath
Tue Mar 04, 2008 5:39 am
Forum: Script Requests
Topic: Need Cricket Tcl
Replies: 9
Views: 5050

Yes you're right you could'nt get a TCL for cricket related. Anyway I am suggesting you something you want. Get a RSS TCL, which can read RSS feeds and show it on your channel, set the trigger to !score and use the following link for Feeds. http://www.cricinfo.com/rss/livescores.xml It is not illega...
by iamdeath
Tue Mar 04, 2008 2:23 am
Forum: Script Requests
Topic: Stop rejoin when kicked
Replies: 6
Views: 3618

Re: Stop rejoin when kicked

How can I stop my bot from rejoining a channel that it is kicked from? Try this code: bind kick - * bot:kick proc bot:kick {nick uhost hand chan target reason} { global botnick if {$target != $botnick} {return 0} channel set $chan +inactive } If the bot is kicked, this code will make that channel +...
by iamdeath
Sun Mar 02, 2008 9:02 am
Forum: Script Requests
Topic: Need a custom bot for a radio station
Replies: 6
Views: 5057

I'd suggest you to ask your request here and wait if someone reply to you if he wants. In this case we will get to learn many things and in future the question wont be repeated as it will be already answered.

Hope you get my point

peace
death
by iamdeath
Thu Feb 28, 2008 11:58 am
Forum: Eggdrop Help
Topic: BOTNET
Replies: 10
Views: 4099

yes it is: .link botname
but I don't see any address in your both bots, xxx.xxx.xx.net I dont think it is a proper adddress and second bot is missing the whole address as well.

peace
death
by iamdeath
Thu Feb 28, 2008 12:52 am
Forum: Eggdrop Help
Topic: BOTNET
Replies: 10
Views: 4099

What error are you getting? also show us .whois of both bots
by iamdeath
Wed Feb 27, 2008 5:06 am
Forum: Script Requests
Topic: Kick Guest Nicks - Small TCL [Filled]
Replies: 6
Views: 8679

or use

Code: Select all

.+ban Guest*!*@* You're not allowed
This will not let anyone sit in the channel having Guest* nick.

peace
death
by iamdeath
Tue Feb 26, 2008 12:02 am
Forum: Eggdrop Help
Topic: Botnet userfile sharing problem
Replies: 6
Views: 10238

On ^VD^ type:

Code: Select all

.unlink ^Camel^
.chaddr ^Camel^ 66.252.4.29:50030
.chpass ^Camel^
.save
on camel type:

Code: Select all

.unlink ^VD^
.chaddr ^VD^ 66.252.4.18:50035
.chpass ^VD^
.save
This might help your bots getting linked and sharing userfile, although I am not sure what's gonna happen :D

peace
death
by iamdeath
Mon Feb 25, 2008 11:54 pm
Forum: Script Requests
Topic: Anti TAKEOVER for UnderNet
Replies: 6
Views: 8444

# PUB : N/A # MSG : N/A # DCC : n|n .chanset Use .chanset to set what protections to active for the particular channel or not. # Example: .chanset #mychan +xneed # .chanset #otherchan -xneed I know it can be done in dcc.. but how to make it on PUB .. :?: Visit this Thread for more. peace death