This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 202 matches

by Get_A_Fix
Mon Feb 06, 2012 11:27 pm
Forum: Script Requests
Topic: Getall nicknames in channel
Replies: 20
Views: 13904

Or, for a simplistic method bind pub - .call call:proc proc call:proc {nick uhost hand chan arg} { global botnick # check if user has access to bot or not if {![matchattr [nick2hand $nick] o|o $chan]} {return} set nicklist [chanlist $chan] # removing botnick from list set notbot [lsearch $nicklist $...
by Get_A_Fix
Tue Jan 24, 2012 12:24 pm
Forum: Script Requests
Topic: When eggdrop has no op on channel
Replies: 8
Views: 8605

I didn't bother with need-op because that wasn't what the user asked for. Also, it tends to flood services, most people add a "chanserv op" command to their bot, so anytime anyone deops the bot it will autoop again. This can cause issues, in a desync, with flooding, etc. My code triggers a...
by Get_A_Fix
Fri Jan 20, 2012 6:33 am
Forum: Script Requests
Topic: Who is online
Replies: 3
Views: 3055

A friend wrote a script similar to this, in html. I did the TCL counter, which counted the number of users (every join/part/quit/split) and wrote to a txt file. He wrote the html part that checked the txt file and updated the number to his site. I don't have the TCL, nor the html, but it shouldn't b...
by Get_A_Fix
Fri Jan 20, 2012 6:25 am
Forum: Script Requests
Topic: When eggdrop has no op on channel
Replies: 8
Views: 8605

Why don't you use isbotnick (in all places) and botisop built-in functions?
I was going to, and did use it (isbotnick) within the join procedure, but I got lazy. I'm self taught, mostly by reading other peoples code. I just do things the way I know works.
by Get_A_Fix
Thu Jan 19, 2012 11:54 am
Forum: Script Requests
Topic: When eggdrop has no op on channel
Replies: 8
Views: 8605

I didn't test this, but it sounds like something you want. # Auto TCL - istok @ IRCSpeed.org # $Id: auto.tcl,v1 20/01/2012 04:37:42am GMT +12 (NZST) istok Exp $ bind join - * join:op proc join:op {nick uhost hand chan} { if {![isbotnick $nick]} {return} utimer 5 check:status } proc check:status {} {...
by Get_A_Fix
Thu Jan 19, 2012 11:06 am
Forum: Script Requests
Topic: Special Game Script for QNet - worth US$250
Replies: 3
Views: 3519

People may want to host this script themselves, rather than on your hosting, to protect their code until payment is received. I know I would.
by Get_A_Fix
Mon Sep 05, 2011 10:51 am
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152729

Very cool, thanks arfer :)