scandum / tintin

TinTin++, aka tt++, is an extensible console MUD client.
https://tintin.mudhalla.net
GNU General Public License v3.0
199 stars 56 forks source link

fix: missing event PORT RECEIVED DATA #217

Closed dzpao closed 6 months ago

dzpao commented 6 months ago

just add one line:

    {    "PORT RECEIVED DATA",                     0, EVENT_FLAG_PORT,     "PORT",      "socket bulk data is received"  },

and add some spaces to align braces.