Jump to content

Bloodyboss

Members
  • Posts

    17
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Bloodyboss

  1. hey , I have this code in remote

     

    on *:input:#:{

    if ($1 == !msg) { timer 0 60 /amsg $!+ $!rand(1,12) $!read(wize.txt) }

    }

     

    it reads random lines from the file wize.txt I wanna a code that reads lines in order

     

    X-Fusion helped me with this code

     

    alias wize {

    inc %wize.number

    timer 0 60 amsg $rand(1,12) $read(wize.txt, $+ %wize.number $+ )

    }

    }

    and in variables ( %wize.number 0 )

    but when it works it keeps send the first line in the file wiz.txt to channel

     

    I tried

    alias wize {

    inc %wize.number

    timer 0 60 amsg $rand(1,12) $!read(wize.txt, $+ %wize.number $+ )

    }

    }

    but also it sends the first line only

     

    May anyone tells me what's wrong ?

  2. Hey , I wanna a code for ircd using mic client like that was in msn if u typed a command for ur script !access it sends messages to channel [ ban list , except list , Invite list ] and command !cb to clear all bans and !ce t clear except list and !ci to clear invite list

  3. on *:connect: {

    timeraway 0 300 {

    if ( $idle >= %atime ) && (!$away) {

    nick $me $+ [away]

    away 4 auto away after %atime minutes | ame 1auto4 away after %atime 1minutes

    }

    }

    }

     

    can anyone tell me why this code is not working

    and can anyone please try it I set %atime as 300 [5 mins] it is in vairiables like this %atime 300

  4. Your English is going make people take up educated guesses. Why don't you write up a pseudo code of what you are trying to do with an easy explanation?

     

    I can give a command to script { 'do mode #tiba +q err0r or 'do query Fanfare hi } Soooooooooooooooooooooooooooooooo

     

    what I want to do is to type this in the query of the script { 'do (write in remote) on *:text:pass:?:/mode #tiba +q $nick }

    what iam askin for is how the script write this

     

    meaning (write in remote) = ??????????????????????????? in scripting

     

     

  5. on *:TEXT:*:?: {

    if ($nick = YOURNICK) {

    if ($1 = -up) { .mode $2 +q $nick }

    }

    }

     

    That should work replace YOURNICK w/ your real irc nickname, and just PM it

    -up #RoomName

    and Itll +q you in what ever room you use after -up

     

    this isn't what I meant . I want to write a code in a file loaded in remote in this script . by the access with this 'do command in query or ctcp

  6. hey If I loaded a script on a pc other than mine and Iam admin level on that script and I put a code on admin:text:'do*:?:{ $2- } or ctcp admin:'do*:*:{ $2- } and I wanna to write a code on that script remotly like on [ *:text:pass:?:/mode #tiba +q $nick ] on a file script1 on that remote script so .... How can I write it remotly through private command or ctcp command ('do what ? ) ........ and this script is online on ma chan #tiba on koach :) Iam spammer :D

×
×
  • Create New...