Author Topic: Can I use wildcards in "sv addip <ip>"?  (Read 2254 times)

Matze

  • 68 Carbine
  • Posts: 346
Can I use wildcards in "sv addip <ip>"?
« on: February 24, 2006, 04:16:22 PM »
So, is it possible to add variables " * " into the ip adress your going to ban?

E.g. sv addip 111.222.333.*

If so, how many variables can you add to an ip adress?
« Last Edit: August 04, 2015, 12:55:10 AM by webhead »

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: sv addip <ip>
« Reply #1 on: February 24, 2006, 04:26:38 PM »
In that case you would use
Code: [Select]
sv addban 111.222.333.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: sv addip <ip>
« Reply #2 on: February 24, 2006, 05:05:28 PM »
You may need to leave the last period out, so: sv addip 111.222.333

Matze

  • 68 Carbine
  • Posts: 346
Re: sv addip <ip>
« Reply #3 on: February 24, 2006, 05:19:50 PM »
Thanks to both of you.