advertiseing

By RevJohn Straub on May 18, 2009

if you own a company that does work and want to advertize it on mirs alls you have to do is change it from my company to your own i wont mind

On *:text:!advertizezing:#:{
  if ($nick isop $chan) 
  set %ad $rand(1,3)
  if (%AD == 1) { describe # $nick for all you catering need visit http://straubscatering.webs.com/ }
  if (%AD == 2) { describe # straubscatering is a sister company to CMangels inc }
  if (%AD == 3) { describe # $nick straubscatering is  willing to travel through out the world if price is right}
}
}

Comments

Sign in to comment.
Prelude   -  May 20, 2009

shpelling is overrated ;)

 Respond  
Jonesy44   -  May 20, 2009

Or for those who can spell..

on $*:text:/!advertising$/iS:#:{
  if ($nick(#,$nick,oh) && !$($+(%,adflood,.,$nick),2)) {
    set -u3 $+(%,adflood,.,$nick) on
    describe # $gettok(for all you catering need visit http://straubscatering.webs.com/|straubscatering is a sister company to CMangels inc|straubscatering is  willing to travel through out the world if price is right,$r(1,3),124)
  }
}
 Respond  
napa182   -  May 18, 2009
on $*:text:/!advertizezing$/iS:#:{
  if ($nick(#,$nick,oh) && !$($+(%,adflood,.,$nick),2)) { 
    set -u3 $+(%,adflood,.,$nick) on
    describe # $gettok(for all you catering need visit http://straubscatering.webs.com/|straubscatering is a sister company to CMangels inc|straubscatering is  willing to travel through out the world if price is right,$r(1,3),124)
  }
}
 Respond  
Prelude   -  May 18, 2009
  • hides from the grammar and spelling nazi's >_>
 Respond  
RevJohn Straub   -  May 18, 2009

tzar469 are you the spelling police maybe i spelled it like that for a reason

 Respond  
MaxEvans   -  May 18, 2009

Now all you have to do is add more brackets so it'll work. Like this

On *:text:!advertizezing:#:{
if ($nick isop $chan) {
set %ad $rand(1,3)
if (%AD == 1) { describe # $nick for all you catering need visit http://straubscatering.webs.com/ }
if (%AD == 2) { describe # straubscatering is a sister company to CMangels inc }
if (%AD == 3) { describe # $nick straubscatering is willing to travel through out the world if price is right}
}
}

 Respond  
RevJohn Straub   -  May 18, 2009

thanks dan your a big help

 Respond  
tzar469   -  May 18, 2009

It would help if you spelled advertising correctly.

 Respond  
Prelude   -  May 18, 2009

rev, you can add the @ (op symbol) in the on text event like so:

 On @*:text:!advertizezing:#:{ 

or even another way is to add

 if ($nick isop $chan) { 

after the on text statement.

 Respond  
RevJohn Straub   -  May 18, 2009

i forgot to make it available for only ops to trigger can someone help
atleast it works not like other peoples scripts i tested it before posting it

 Respond  
RevJohn Straub   -  May 18, 2009

ya i could do that didnt see that there

 Respond  
Prelude   -  May 18, 2009

Even if you don't want a .txt and to add more, at least add some form of flood protections or limiter, remember you are sharing these with others, they become vulnerable because of your script, ppl are malicious, could cause them to flood off, or flood a channel that doesn't allow bot scripts(since you have the #, its all channels you're in it will trigger), or just spam the hell outta where ever you are, pissin ppl off. So something to help with that is a good idea, and i say this about almost every !trigger script i see cause ppl tend to forget. ;)

 Respond  
MaxEvans   -  May 18, 2009

You could change the variable from the GB since this was just edited from your garbage bag script.

 Respond  
RevJohn Straub   -  May 18, 2009

no i dont need a .txt file or i dont want to add any more lines it works fine just the way it is

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.