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.
Old posts that have not been replied to for several years.
-
Nexus6
- Op
- Posts: 114
- Joined: Mon Sep 02, 2002 4:41 am
- Location: Tuchola, Poland
Post
by Nexus6 »
Code: Select all
set spam_words {
*www.*
*server*
"*/j *"
}
In one script some spam words are put into "" and some aren't and I wonder it there is a difference between, for example *
www.* and "*
www.*"
Thanks
-
stdragon
- Owner
- Posts: 959
- Joined: Sun Sep 23, 2001 8:00 pm
-
Contact:
Post
by stdragon »
In *
www.* and "*
www.*" there's no difference. You mainly need quotes when you want to have spaces in the string.