Skip to content

Commit aeacf30

Browse files
authored
Fill in the parameters of RPL_ETRACEFULL and RPL_ETRACE (#78)
Based on reading solanum/seven/elemental's code
1 parent 087db0e commit aeacf30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/numerics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4139,14 +4139,14 @@ values:
41394139
name: RPL_ETRACEFULL
41404140
numeric: "708"
41414141
origin: RatBox
4142-
format: "<?> <?> <?> <?> <?> <?> <?> :<?>"
4142+
format: "<client> <Oper|User> <class> <nick> <username> <host> <ip> :<capabilities>"
41434143
comment: Output from 'extended' trace
41444144

41454145
-
41464146
name: RPL_ETRACE
41474147
numeric: "709"
41484148
origin: RatBox
4149-
format: "<?> <?> <?> <?> <?> <?> :<?>"
4149+
format: "<client> <Oper|User> <?> <nick> <username> <host> :<ip>"
41504150
comment: Output from 'extended' trace
41514151

41524152
-

0 commit comments

Comments
 (0)