on *:text:*:#:{ if ($chan == #serge2004) { if (!stopserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopserge2004.bat msg $chan Stopping Server } } if (!startserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startserge2004.bat msg $chan Starting: UT2004 Server } } } if ($chan == #WNx-CSS) { if (!startserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startwnxcss.bat msg $chan Starting: Counterstrike Source Server msg $chan Please give it at least 30-45 seconds to startup... } } if (!stopserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopwnxcss.bat msg $chan Stopping Server msg $chan Do not issue a start server command for at least 30-45 seconds } } } if ($chan == #WNxL4D2) { if (!startserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startwnxl4d2.bat msg $chan Starting: L4D2 Server msg $chan Please give it at least 10-30 seconds to startup... } } if (!stopserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopwnxl4d2.bat msg $chan Stopping Server msg $chan Do not issue a start server command for at least 15-30 seconds } } } if ($chan == #bhp-server1) { if (!startfds isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\restartbhp1fds.bat msg $chan Starting FDS.. } } if (!startbot isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\restartbhp1bot.bat msg $chan Starting bot.. } } } if ($chan == #WNxDM-Admin) { if (!startfds isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startwnxkennyfds.bat msg $chan Starting FDS... Please wait ~10 seconds } } if (!stopfds isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopwnxkennyfds.bat msg $chan Stopping server... Please wait ~10 seconds } } if (!startbot isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startwnxkennybot.bat msg $chan Starting bot... Please wait ~10 seconds } } if (!stopbot isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopwnxkennybot.bat msg $chan Stopping bot... Please wait ~10 seconds } } } if ($chan == #WNxTraining) { if (!startfds isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startwnxtigerfds.bat msg $chan Starting FDS... Please wait ~10 seconds } } if (!stopfds isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopwnxtigerfds.bat msg $chan Stopping server... Please wait ~10 seconds } } if (!startbot isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\startwnxtigerbot.bat msg $chan Starting bot... Please wait ~10 seconds } } if (!stopbot isin $1) { if ($nick isop $chan) { run C:\Servers\MP\mIRC\stopwnxtigerbot.bat msg $chan Stopping bot... Please wait ~10 seconds } } } if ($chan == #TomUT3) { if (!startserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\UT3\TomRubira\UT3\startserver.bat msg $chan Starting Server... Please wait ~15 seconds } } if (!stopserver isin $1) { if ($nick isop $chan) { run C:\Servers\MP\UT3\TomRubira\UT3\stopserver.bat msg $chan Stopping server... Please wait ~15 seconds } } } }