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

by cannot_delete
Thu Aug 30, 2007 4:09 am
Forum: Script Requests
Topic: Voice joiners to a channel
Replies: 4
Views: 3216

ok, I don't know mirc ;)

and yes, alchera's way is much easier but i thought he was looking for an tcl-script. and i was bored... ;)

regards,

-typ-
by cannot_delete
Wed Aug 29, 2007 5:32 pm
Forum: Script Requests
Topic: Voice joiners to a channel
Replies: 4
Views: 3216

this would be the same as tcl: #check on join: bind join - * voice_on_joined #procedere on join: proc voice_on_joined {nick host handle channel} { #set the name of your chanserv. just "chanserv" won't work. set chanserv "chanserv@services.gamesurge.net" #set the channel in which ...
by cannot_delete
Wed Aug 29, 2007 5:19 pm
Forum: Script Requests
Topic: Tcl auto op with particular ident@mask
Replies: 9
Views: 5086

as an tcl-script you can try something like this: #check on join: bind join - * op_on_joined #procedere on join: proc op_on_joined {nick host handle channel} { #set the host to be opped. my $host for example is "~typ@moxquiz.de" set ophost "~typ@moxquiz.de" #set the name of your ...
by cannot_delete
Sat Aug 18, 2007 11:35 am
Forum: Scripting Help
Topic: Error: too many open files
Replies: 6
Views: 5384

thx, I'll change my hoster and try that.
by cannot_delete
Wed Aug 15, 2007 10:27 am
Forum: Scripting Help
Topic: Error: too many open files
Replies: 6
Views: 5384

I know the error lies within: http://moxquiz.mo.funpic.de/test/moxquizz.txt
by cannot_delete
Tue Aug 14, 2007 3:11 pm
Forum: Scripting Help
Topic: Error: too many open files
Replies: 6
Views: 5384

Thanks!


I consulted the bot-hoster, who told me the problem lies within the script. Is there a way to convince him of the opposite?
by cannot_delete
Tue Aug 14, 2007 7:20 am
Forum: Scripting Help
Topic: Error: too many open files
Replies: 6
Views: 5384

Error: too many open files

Hi, I get the following errors all the time: 14/08/07@05:03.21> : couldn't execute "/usr/bin/ncftpput": too many open files while executing "exec /usr/bin/ncftpput -V -a -m -f /home/eggdrop/moxquiz/scripts/ftpserver.ftp /logs/timestats/ ~/$webscore" (procedure "mx_userspeeds...
by cannot_delete
Sat Jul 21, 2007 7:41 am
Forum: Scripting Help
Topic: inserting a new letter after third letter in $text [solved]
Replies: 2
Views: 2378

thx, works fine =)
by cannot_delete
Fri Jul 20, 2007 3:04 pm
Forum: Scripting Help
Topic: inserting a new letter after third letter in $text [solved]
Replies: 2
Views: 2378

inserting a new letter after third letter in $text [solved]

Hi,

is there a way to insert a new letter after the third letter of a variable. i want to use it to stop highliting of users who are shown in stats etc.

or is there an easier way to stop the highliting? =)

thx,

typ
by cannot_delete
Wed Feb 21, 2007 9:34 am
Forum: Scripting Help
Topic: simple anti idle
Replies: 7
Views: 4374

thx for clearing that up. I should have been more precise. here's the corrected version: same thing I still think the problem is the bot checking itslef for beeing idle on that chan . another bot checking it gives me the actual idle-time on that chan . my bot checking itself gives me the uptime. -ty...
by cannot_delete
Wed Feb 21, 2007 6:58 am
Forum: Scripting Help
Topic: simple anti idle
Replies: 7
Views: 4374

same thing


I still think the problem is the bot checking itslef for beeing idle. another bot checking it gives me the actual idle-time. my bot checking itself gives me the uptime.

-typ-
by cannot_delete
Tue Feb 20, 2007 4:26 pm
Forum: Scripting Help
Topic: simple anti idle
Replies: 7
Views: 4374

hi,

thx. but I have the same problem with your code. it seems like the problem exists because the bot checks its own ilde-time.

-typ-
by cannot_delete
Tue Feb 20, 2007 12:04 pm
Forum: Scripting Help
Topic: simple anti idle
Replies: 7
Views: 4374

I changed the whole thing to this: bind time - * check:idle proc check:idle {args} { set idle_1 "1" set mainchan "#Quiz.de" set idlebot "MowlBot" set idle_idle "[getchanidle $idlebot $mainchan]" if {$idle_idle > $idle_1} {moxquiz_pub_allstarstyp} } proc moxqui...
by cannot_delete
Mon Feb 19, 2007 10:44 am
Forum: Scripting Help
Topic: simple anti idle
Replies: 7
Views: 4374

simple anti idle

Hi, I extracted the following script from an anti-idle script. Unfortunally it also exectutes when the bot hasn't idled but every 30 min. I could use some help on how to change that. thx, -typ- timer 30 moxquiz_pub_allstarstyp proc moxquiz_pub_allstarstyp {} { set arg 10 set mirror "#Quiz.de&qu...
by cannot_delete
Wed Feb 14, 2007 7:21 pm
Forum: Scripting Help
Topic: milliseconds
Replies: 6
Views: 4017

please... =/