// Universal Recommended CoD2 Configs v1.30-a
//
// spam.cfg - PB tasks to send messages to server visitors
// Pick and try out your own config with some of the examples below
//
// PunksBusted:
www.punksbusted.com
//
// PB server manual:
http://www.evenbalance.com/index.php?page=support-cod2.php
pb_sv_task 60 3600 pb_sv_load reloadbans.cfg // Reloads the ban list hourly, useful if you're using Auto-MBL
// PB_SV_Task [X] [Y] [command]
// Adds a task to PB's Task List; The Task will be executed X seconds after entry and
// every Y seconds thereafter; use -1 for Y if a one-time task is desired
// Default config, run this every 300 seconds (5 minutes)
pb_sv_task 1 300 "say Recommended PB Configs - v1.30-a"
pb_sv_task 1 300 "say "www.punksbusted.com"
// Sample A, run one message every 100 seconds, looping every 5 minutes:
// pb_sv_task 1 300 "say Welcome to the [CLAN] server! Enjoy your stay"
// pb_sv_task 100 300 "say Check out our web site and forums at
www.somewhere.com"
// pb_sv_task 210 300 "say Recommended PB Configs - v1.30-a"
// pb_sv_task 211 300 "say
www.punksbusted.com"
// Sample B, run two messages every 150 seconds and loop
// pb_sv_task 1 300 "say Welcome to the [CLAN] server! Enjoy your stay"
// pb_sv_task 2 300 "say Check out our web site and forums at
www.somewhere.com"
// pb_sv_task 151 300 "say We proudly use the PunksBusted MBL - cheaters not welcome!"
// pb_sv_task 152 300 "say Recommended PB Configs - v1.30-a"
// pb_sv_task 153 300 "say
www.punksbusted.com"