topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 10:59 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - robbertA [ switch to compact view ]

Pages: [1]
1
Mircryption / Re: on *:text:* problems
« on: September 02, 2009, 03:01 PM »
Ah yes you're obviously right heh forgot that part, works like a charm now, thanks a million !

2
Mircryption / Re: on *:text:* problems
« on: September 02, 2009, 05:24 AM »
Ok, well I used it but nothing's happening, and I don't really see anything going wrong

on *:SIGNAL:MircryptionSignalAll: {
  if ($chan == #.pre) {
    if ($nick == pRemature) {
      set -e %test.event $1
      set -e %test.target $2
      set -e %test.speaker $3
      set -e %test.encryptedyesno $4
      set -e %test.decryptedtext $5

      /scon 6 /msg #encryptionpre EVENT: %test.event TARGET: %test.target SPEAKER: %test.speaker ENCRYPTED YES OR NO: %test.encryptedyesno DECRYPTED TEXT: %test.decryptedtext

      unset %test.*
    }
  }
}

I just wanted to use it too see how and if it worked

3
Mircryption / Re: on *:text:* problems
« on: August 20, 2009, 04:25 PM »
Okidoki, thanks budd

4
Mircryption / Re: on *:text:* problems
« on: August 19, 2009, 05:09 PM »
Anyone ,,,... ?

5
Mircryption / on *:text:* problems
« on: August 17, 2009, 04:58 PM »
So, first of all, I did read this one:
https://www.donation...intpage;topic=8133.0

But I don't get it how I should fix my script, it gets text from a bot,
but then it splits it up like in normal mirc into $1 $2 $3, etc. One big
problem, with mircryption they all become blank, so question to the
wise guys here, how can I fix the thing I am using so $3 $5 and $8
do give the correct text that is on the 3th 5th and 8th place in the
line of text the bot says.

on *:TEXT:*:#:{
  if ($nick == TopBot) {
    set -e %type $3
    set -e %name $5
    set -e %date $8
    /scon 1 /notice %output.channel DATE:    %date
    /scon 1 /notice %output.channel TYPE:    %type
    /scon 1 /notice %output.channel NAME: %name
    /scon 1 /notice %output.channel ---------------------------
}
}

Hope to get some help, much appreciated!

Pages: [1]