Name

useurllist — urllist to use in profile

synopsis

<useurllist>STRING</useurllist>

parent elements

                    <profile>
                

children elements

none.

attributes

none.

character data

name of urllist to use.

description

This element references an exisiting urllist, which will be used in current profile. If there's no urllist by that name, flood will report error and exit.

examples

   <urllist>
      <name>my urls</name>
      <-- ... -->
   </urllist>

   <-- ... -->

   <profile>
      <-- ... -->
      <useurllist>my urls</useurllist>
      <-- ... -->
   </profile>