Jump to content

Ozzy10

Admin
  • Posts

    1,495
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Ozzy10

  1. try this , i think the code tags are messing it up when you copy

    on *:TEXT:*!drink*:*: {

    if (%drinky == off) halt

    var %posi $findtok($1-,$matchtok($1-,!drink,1,32),1,32)

    var %svalue = $ [ $+ [ %posi ] ]

    var %dcolour $r(1,15)

    if (%svalue == !drink) { msg # $+ %dcolour $+ $nick Drink For You, $read(Drinks/drink.txt) }

    elseif (!drink isin %svalue) && (%svalue != !drink) && ($right(%svalue,-6) isnum) { msg # $+ %dcolour $+ $nick Drink For You, $read(Drinks/drink.txt,$right(%svalue,-6)) }

    set -u10 %drinky off

    }

  2. as request , you pain in the ass lol

     

    on *:TEXT:*!drink*:*: {
      if (%drinky == off) halt
      var %posi $findtok($1-,$matchtok($1-,!drink,1,32),1,32) 
      var %svalue = $ [ $+ [ %posi ] ] 
      var %dcolour $r(1,15)
      if (%svalue == !drink) { msg # $+ %dcolour   $nick Drink For You, $read(Drinks/drink.txt) }
      elseif (!drink isin %svalue) && (%svalue != !drink) && ($right(%svalue,-6) isnum) { msg # $+ %dcolour  $nick Drink For You, $read(Drinks/drink.txt,$right(%svalue,-6)) }
      set -u10 %drinky off 
    }

  3. change it to this because of the colour problems your having

     

    on *:TEXT:*!drink*:*: {
      if (%drinky == off) halt
      var %posi $findtok($1-,$matchtok($1-,!drink,1,32),1,32) 
      var %svalue = $ [ $+ [ %posi ] ] 
      if (%svalue == !drink) { msg # $nick Drink For You, $read(Drinks/drink.txt) }
      elseif (!drink isin %svalue) && (%svalue != !drink) && ($right(%svalue,-6) isnum) { msg # $nick Drink For You, $read(Drinks/drink.txt,$right(%svalue,-6)) }
      set -u10 %drinky off 
    }

  4. try this

     

    on *:TEXT:*!drink*:*: {
      if (%drinky == off) halt
      var %posi $findtok($1-,$matchtok($1-,!drink,1,32),1,32) 
      var %svalue = $ [ $+ [ %posi ] ] 
      if (%svalue == !drink) { msg # 0 $nick Drink For You, $read(Drinks/drink.txt) }
      elseif (!drink isin %svalue) && (%svalue != !drink) && ($right(%svalue,-6) isnum) { msg # 0 $nick Drink For You, $read(Drinks/drink.txt,$right(%svalue,-6)) }
      set -u10 %drinky off 
    }

  5. sounds to me that first you need to learn some mannors

    next you need to check firewall/router

    because to me if none of them will connect it could be your firewall/router stopping it

     

    also make sure you have used the correct user name and password

    maybe you made a mistake , go through the site and login and see if that works first

  6. as err0r said , i am using nicklist.dll to dock the dialog over mircs and it is set to auto resize

    which is same way i have done it for years now

     

    anyway i was bored last night and i changed my bad words/profanity kick into a bot talk

    it allows you to add a trigger and a response without having to edit any files

     

    btw its not finished yet

     

    knl14.gif

     

×
×
  • Create New...