|
128 | 128 | }, |
129 | 129 | "@msgid=63E1033A051D4B41B1AB1FA3CF4B243E :nick!user@host PRIVMSG #channel :Hello!": { |
130 | 130 | "opts": { |
131 | | - "supportsMessageTags": true, |
132 | | - "stripColors": false |
| 131 | + "supportsMessageTags": true |
133 | 132 | }, |
134 | 133 | "prefix": "nick!user@host", |
135 | 134 | "nick": "nick", |
|
141 | 140 | "tags": [ [ "msgid", "63E1033A051D4B41B1AB1FA3CF4B243E" ] ], |
142 | 141 | "args": ["#channel", "Hello!"] |
143 | 142 | }, |
144 | | - ":pratchett.freenode.net 324 nodebot #ubuntu +CLcntjf 5:10 #ubuntu-unregged": { |
145 | | - "prefix": "pratchett.freenode.net", |
146 | | - "server": "pratchett.freenode.net", |
| 143 | + "@+example=raw+:=,escaped\\:\\s\\\\ :nick!user@example.com PRIVMSG #channel :Message": { |
| 144 | + "opts": { |
| 145 | + "supportsMessageTags": true |
| 146 | + }, |
| 147 | + "user": "user", |
| 148 | + "nick": "nick", |
| 149 | + "prefix": "nick!user@example.com", |
| 150 | + "host": "example.com", |
| 151 | + "command": "PRIVMSG", |
| 152 | + "rawCommand": "PRIVMSG", |
| 153 | + "commandType": "normal", |
| 154 | + "tags": [ [ "+example", "raw+:=,escaped; \\" ] ], |
| 155 | + "args": ["#channel", "Message"] |
| 156 | + }, |
| 157 | + "@label=123;msgid=abc;+example-client-tag=example-value :nick!user@example.com TAGMSG #channel": { |
| 158 | + "opts": { |
| 159 | + "supportsMessageTags": true |
| 160 | + }, |
| 161 | + "prefix": "nick!user@example.com", |
| 162 | + "nick": "nick", |
| 163 | + "user": "user", |
| 164 | + "host": "example.com", |
| 165 | + "command": "TAGMSG", |
| 166 | + "rawCommand": "TAGMSG", |
| 167 | + "commandType": "normal", |
| 168 | + "tags":[ [ "label", "123" ], [ "msgid", "abc" ], [ "+example-client-tag", "example-value" ] ], |
| 169 | + "args": ["#channel"] |
| 170 | + }, |
| 171 | + ":host.foo.bar 324 nodebot #ubuntu +CLcntjf 5:10 #ubuntu-unregged": { |
| 172 | + "prefix": "host.foo.bar", |
| 173 | + "server": "host.foo.bar", |
147 | 174 | "command": "rpl_channelmodeis", |
148 | 175 | "rawCommand": "324", |
149 | 176 | "commandType": "reply", |
|
0 commit comments