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

by bero93
Mon Dec 26, 2016 7:02 pm
Forum: Script Requests
Topic: public ban command
Replies: 5
Views: 8000

Get_A_Fix wrote:If you need to, you can check out some of my releases. There is a public ban script, an ignore script and many other's.
there is a error on line 45 of your ban script
see github
by bero93
Mon Dec 29, 2014 7:38 am
Forum: Scripting Help
Topic: nick2hand problem.
Replies: 1
Views: 3528

never mind.. made a mistake :cry: :oops: :evil:
by bero93
Mon Dec 29, 2014 7:25 am
Forum: Scripting Help
Topic: nick2hand problem.
Replies: 1
Views: 3528

nick2hand problem.

If a nick is like 'Bero[zzzz]
nick2hand won't work..

Code: Select all

 set test_nick [nick2hand $text] 
is there a workaround?

This is my script
by bero93
Tue Dec 23, 2014 5:12 am
Forum: Scripting Help
Topic: except words
Replies: 2
Views: 4415

Thank you Spike (And sorry Moderator)

I agree with you about channel moderators,
The single bind idea is great, i think i will make something like that.
by bero93
Mon Dec 22, 2014 8:58 am
Forum: Scripting Help
Topic: except words
Replies: 2
Views: 4415

except words

I am strugling with the badwords expressions.. We have a dutch badword like hoer. and a normal word calles hoera. how do i do this? how can i allow hoera and dissalow hoer (in the line "i am a hoer" and "fluthoer" and "hoer is bad" ? Moderator edit: Please don't revive ...
by bero93
Wed Dec 10, 2014 3:36 pm
Forum: Scripting Help
Topic: log user text to file?
Replies: 4
Views: 5801

Thanks!
i'm sure the script is not bug free, it's just a beginning.
by bero93
Wed Dec 10, 2014 8:33 am
Forum: Scripting Help
Topic: log user text to file?
Replies: 4
Views: 5801

thanks for reply. The code is part Dutch, but should not be a problem. set Ban "Ban voor vloeken" set flag1 Y set flag2 E set flag3 G ###The bad words add and remove as you please bind pubm - "hoer" badword bind pubm - "*blaat*" badword bind pubm - "*cock*" ba...
by bero93
Tue Dec 09, 2014 11:38 am
Forum: Scripting Help
Topic: log user text to file?
Replies: 4
Views: 5801

log user text to file?

Hi there, i have a 'bad word script' running
and i want to log the line the user sad to a textfile,
so it will look like something like this:

09-12-2014 [20:23:22] <Monkeyboy> uncle [censored]

is this possible?