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 92 matches

by Amr
Tue Oct 16, 2012 11:27 am
Forum: Script Requests
Topic: auto identify
Replies: 3
Views: 4306

so , guys no possible solution ?!
by Amr
Sun Oct 14, 2012 4:55 pm
Forum: Script Requests
Topic: auto identify
Replies: 3
Views: 4306

It's like below;

[16:35:05] Success Release.
[16:35:05] Change nick to OriginalNickname
[16:35:10] Nickname changed to 'OriginalNickname'???
[16:35:10] Switching back to nick AlternateOne
[16:35:11] Regained nickname 'AlternateOne'.
by Amr
Sun Oct 14, 2012 4:52 pm
Forum: Script Requests
Topic: auto identify
Replies: 3
Views: 4306

auto identify

I got this script working , but when the nickserv hold the original nickname the script releases it and connect to the specific network and when trying to change to the original nickname it comes back to the alternate one. ## Descripcion: ## my simple try to delnet nickserv@services.dal.net identify...
by Amr
Sat Aug 11, 2012 9:27 am
Forum: Script Support & Releases
Topic: Kick remove
Replies: 4
Views: 6726

no one can help ?!
by Amr
Mon Aug 06, 2012 4:04 pm
Forum: Script Support & Releases
Topic: Kick remove
Replies: 4
Views: 6726

it can't be fixed ?
by Amr
Sun Aug 05, 2012 11:20 am
Forum: Script Support & Releases
Topic: Kick remove
Replies: 4
Views: 6726

Kick remove

Hello , While using the script below; 1. The bot kicks anyone who join and got Chanserv access on the channel with the "set kr_remove(reason)" + deleting him/her. 2. It's enabling the script in all channels which the bot is in. ########################################################## # K...
by Amr
Wed Jun 13, 2012 6:35 am
Forum: Script Support & Releases
Topic: trivia error
Replies: 2
Views: 6274

trivia error

hello , I got this error while playing trivia + when someone answer a question with a right answer it wont respond and continue playing. Tcl error [tgcheckanswer]: invalid timerID here is the script below ###################################################################### #PLEASE customise the se...
by Amr
Wed Jun 06, 2012 2:21 pm
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

It's deoping now after the command , but it's deopping the exempt users.
by Amr
Wed Jun 06, 2012 6:48 am
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

here is the output;

Code: Select all

.tcl idlemode::idleTime
Tcl:
with no reaction on the channel from the bot.
by Amr
Tue Jun 05, 2012 3:19 pm
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

I got no reaction from the bot after the last editing.
btw how to force it to run the scan by my request.
by Amr
Tue Jun 05, 2012 2:45 am
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

I'm adding users like this .chanset #chan idleExempt "user1 user2 3 4 5 6 7 8 9 10"
by Amr
Mon Jun 04, 2012 7:38 pm
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

another thing , the bot deop/devoice the users which is on the idleExempt + It will deop/devoice the users which their idle less than 60 minutes :/
by Amr
Mon Jun 04, 2012 7:05 am
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

okay the whole script is below; namespace eval idlemode { setudef flag idleMode setudef str idleExempt setudef int idleTime bind time - {10*} [namespace current]::idleTime proc idleTime {args} { foreach chan [channels] { if {![channel get $chan idleMode]} continue cronCheck $chan } } proc cronCheck ...
by Amr
Sun Jun 03, 2012 7:30 pm
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

we got another one here ;

Code: Select all

               set pos [lsearch -nocase $checkList $user:1]
               if {$pos == -1} {
                  lappend checkList $user:2
by Amr
Sun Jun 03, 2012 6:19 am
Forum: Script Requests
Topic: deop/devoice on idle
Replies: 33
Views: 26925

Tcl version: 8.4.13 (header version 8.4.13)