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:52 pm
  • 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

Author Topic: /etopic bug in v1.15.01  (Read 7295 times)

guybrush

  • Participant
  • Joined in 2006
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
/etopic bug in v1.15.01
« on: February 21, 2006, 06:11 AM »
Line 2647 in mircryption.mrc v1.15.01 is:
    var %etag = $mcetagchan($ename)

which triggers the following error when using /etopic:
* No such identifier: $ename (line 2647, mircryption.mrc)

it's supposed to be:
    var %etag = $mcetagchan(%ename)

then it works fine :)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: /etopic bug in v1.15.01
« Reply #1 on: February 21, 2006, 10:39 AM »
thank you guybrush!
i don't know how that got past us.  nice find.  will be fixed in next update.
thank you again.