Giter Club home page Giter Club logo

Comments (3)

acvxqs avatar acvxqs commented on September 26, 2024

I think the simplest fix would be to change this line:

raw *:*:{
  if ($numeric !isnum) return
 <snip>
}

to:

raw *:*:{
  if ($event !isnum) return
  <snip>
}

from peace-and-protection.

acvxqs avatar acvxqs commented on September 26, 2024

Had a look in versions.txt for some more information.

Also related:
https://www.kristshell.net/pnp/forum/viewthread.php?tid=270
https://www.kristshell.net/pnp/forum/viewthread.php?tid=281

15/04/2017 - mIRC v7.48

17.Added CAP support for extended-join and account-notify. These are
   enabled automatically on connect if available and provide the account
   names of users in JOIN/ACCOUNT events. ACCOUNT events are not shown
   but are used to update $ial().account. They trigger as RAW events.
18.Added CAP support for away-notify. This is automatically enabled if
   available and makes the server send AWAY events to the client
   indicating the away state of users on the same channels as you. AWAY
   events are not shown but are used to set $ial().away. They trigger as
   RAW events.
19.Added CAP support for account-tag. This is automatically enabled if
   available and makes the server include the user's @acount=name in the
   message-tag for messages sent by that user.
20.Added CAP support for invite-notify. This is automatically enabled if
   available and makes the server send these events to the client for
   users invited to their channel. These events are not shown but
   trigger as RAW events.
21.Added CAP support for chghost. This is automatically enabled if
   available and makes the server send user@host updates for nicknames
   on the same channels to update the IAL. These events are not shown
   but trigger as RAW events.

from peace-and-protection.

acvxqs avatar acvxqs commented on September 26, 2024

Either we can decide to go the $event route, or otherwise implement that fix from noxdominus:
if (($numeric !isnum) || ($numeric == 0)) return

What do you reckon @craze ?

from peace-and-protection.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.