how would i create a filter to filter out servers that have "24/7" included in their server name?
I'm not sure I got the filter syntax correct.
Moderators: Moderators, Support

signa wrote:how would i create a filter to filter out servers that have "24/7" included in their server name?
I'm not sure I got the filter syntax correct.
if find( [$server_name], "24/7") == -1if find( [$server_name], "24/7") != -1
Users browsing this forum: No registered users and 2 guests