Skip to content

Commit

Permalink
Merge pull request #45 from dmcoles/v5.2.0
Browse files Browse the repository at this point in the history
V5.2.0
  • Loading branch information
dmcoles authored Jan 2, 2020
2 parents 734fd5a + 1a33b22 commit dc153d0
Show file tree
Hide file tree
Showing 8 changed files with 3,300 additions and 1,428 deletions.
610 changes: 511 additions & 99 deletions ACP.e

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions axcommon.e
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ EXPORT CONST SV_ACPALERT=182
EXPORT CONST SV_INCOMING_MSG=183
EXPORT CONST SV_KICKUSER=184
EXPORT CONST SV_STARTNODE=185
EXPORT CONST INCOMING_TELNET=200


EXPORT CONST GETKEY=500
Expand Down Expand Up @@ -592,9 +593,9 @@ ENDOBJECT

EXPORT OBJECT nodeInfo
handle[31]:ARRAY OF CHAR
startTime:LONG
telnetSocket:LONG
chatColor:LONG
channel:LONG
offHook:LONG
private:LONG
stats[MAX_NODES]:ARRAY OF semiNodestat ->- 64
t: LONG
Expand Down
Loading

0 comments on commit dc153d0

Please sign in to comment.