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

by jeroen_005
Sun Jul 05, 2009 2:50 pm
Forum: Scripting Help
Topic: update global command
Replies: 1
Views: 2045

update global command

Currently I have following global script bind pub -|- "!global" PubGlobal setudef flag staff proc PubGlobal {nick host hand chan text} { if {[channel get $chan staff]} { if {$text == ""} { puthelp "PRIVMSG $chan :\002FOUT:\002 Gelieve een global op te geven." } else { p...
by jeroen_005
Sat Jul 04, 2009 11:30 am
Forum: Script Requests
Topic: auto voice between 11pm and 8am
Replies: 19
Views: 12650

thanks for helping nml375 :D you are great :)
by jeroen_005
Sat Jul 04, 2009 10:40 am
Forum: Script Requests
Topic: auto voice between 11pm and 8am
Replies: 19
Views: 12650

Uhm server time xD That's GMT +1 :)
by jeroen_005
Sat Jul 04, 2009 8:04 am
Forum: Script Requests
Topic: auto voice between 11pm and 8am
Replies: 19
Views: 12650

auto voice between 11pm and 8am

I need a script that auto voice ppl between 11pm and 8am in my channel.

I know how to make a auto voice script but don't know how to includes those time range in my script :( Can someone help?

proc pub:onjoin {nick uhost hand chan} {
putserv "MODE $chan +v $nick"
return 1
}
by jeroen_005
Thu Feb 12, 2009 12:39 pm
Forum: Scripting Help
Topic: Checking nicknames
Replies: 1
Views: 1857

Checking nicknames

Hi,

How can i check if a username contains some letters :D Something like the nick contains "Jeroen" :D

Greetings

Jeroen
by jeroen_005
Thu Nov 27, 2008 9:36 am
Forum: Scripting Help
Topic: !global command
Replies: 8
Views: 4831

Thnxs for helping boy's :D Sorry for the late reply but i had exams :D Love you all :oops: :P
by jeroen_005
Sun Nov 02, 2008 3:57 pm
Forum: Scripting Help
Topic: !global command
Replies: 8
Views: 4831

It's my first script :d But there are no error's showing up when loading or running :s
by jeroen_005
Sun Nov 02, 2008 6:07 am
Forum: Scripting Help
Topic: !global command
Replies: 8
Views: 4831

!global command

Do someone know whats there wrong with this script: setudef flag staff proc global { nick uhost hand channel text } { if {[lsearch -exact [channel info $chan] +staff] == -1} { } if {$text == ""} { putserv "privmsg $chan :\002FOUT:\002 Gelieve een global op te geven." } if {$text ...
by jeroen_005
Sat Aug 30, 2008 6:55 am
Forum: Script Requests
Topic: !ucount
Replies: 5
Views: 4667

thanxs! This works :D
by jeroen_005
Fri Aug 29, 2008 1:18 pm
Forum: Script Requests
Topic: !ucount
Replies: 5
Views: 4667

nops i don't get any error when loading or running. when i type !ucount in my channel the bot doesn't response
by jeroen_005
Fri Aug 29, 2008 12:35 pm
Forum: Script Requests
Topic: !ucount
Replies: 5
Views: 4667

bind pub - !ucount ucount proc ucount { nick uhost hand chan text } { set current_usr_count [llength [chanlist $channel]] putserv "PRIVMSG $channel :Er zijn momenteel \002$current_usr_count\002 gebruikers aanwezig in \002$channel\002." } putlog "Module loaded: SCRIPT: Ucount" Ok...
by jeroen_005
Fri Aug 29, 2008 6:13 am
Forum: Script Requests
Topic: !ucount
Replies: 5
Views: 4667

!ucount

Is there an function in eggdrop for getting the following output:

Code: Select all

There are currently X people in #thischannel
by jeroen_005
Sat Jul 12, 2008 5:50 am
Forum: Script Requests
Topic: On join whois channels
Replies: 0
Views: 1405

On join whois channels

Hi, I need a script that say on witch channels you are when you join the chat.

Somthing like:

<nick> is on following channels: #channel1 #channel2 ...
by jeroen_005
Fri Jun 27, 2008 10:33 am
Forum: Script Requests
Topic: Change channel pass evrey 15 mins
Replies: 0
Views: 1259

Change channel pass evrey 15 mins

Hi, I need a script that change the channel pass every 15 mins. It may be a simple pass with 4 numbers. The passwords need to change in 2 channels (#tworSTAFF and #tworPA). Both need to have difrend pass. Users that have access to this can be get these passwords trought the command !pass. Greetz Jer...
by jeroen_005
Wed Jun 25, 2008 11:03 am
Forum: Script Requests
Topic: Script Request
Replies: 8
Views: 3656

Okey i have changed the script in the following it doesnt work anymore when i typ "!il ajax ruub" if you type 'il ajax_ruub' it works. does anyone know how this comes? # twor.be package require http setudef flag twor bind pub - !il twor proc twor {nick uhost handle chan tag} { if {[lsearch...