Skip to content

Commit 79cb54e

Browse files
committed
Ensure we don't break simple commands
1 parent 8822d9f commit 79cb54e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

test/data/fixtures.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,10 @@
150150
"args": ["nodebot", "#ubuntu", "+CLcntjf", "5:10", "#ubuntu-unregged"]
151151
},
152152
"PING mynick": {
153-
"prefix": "pratchett.freenode.net",
154-
"server": "pratchett.freenode.net",
155-
"command": "rpl_channelmodeis",
156-
"rawCommand": "324",
157-
"commandType": "reply",
158-
"args": ["nodebot", "#ubuntu", "+CLcntjf", "5:10", "#ubuntu-unregged"]
153+
"args": [ "mynick" ],
154+
"commandType": "normal",
155+
"command": "PING",
156+
"rawCommand": "PING"
159157
}
160158
},
161159
"433-before-001": {

0 commit comments

Comments
 (0)