File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -435,14 +435,14 @@ var twitchAny = []twitchCommand{
435
435
name : "contact" ,
436
436
},
437
437
{
438
- parse : regexp .MustCompile (`^(?i:say|generate)\s*(?i:something)?\s*(?i:starting)?\s*(?i:with)?\s* (?<prompt>.*)` ),
438
+ parse : regexp .MustCompile (`^(?i:say|generate)\s*(?i:something)?\s*(?i:starting)?\s*(?i:with)?\s+ (?<prompt>.*)` ),
439
439
fn : command .Speak ,
440
440
name : "speak" ,
441
441
},
442
442
{
443
443
// NOTE(zeph): This command MUST be after the normal speak command,
444
444
// because it would capture the correct spelling otherwise.
445
- parse : regexp .MustCompile (`^(?i:a*s[say]*|e*g[gen]*[er]*[ae]*[te]*)\s* (?<prompt>.*)` ),
445
+ parse : regexp .MustCompile (`^(?i:a*s[say]*|e*g[gen]*[er]*[ae]*[te]*)\s+ (?<prompt>.*)` ),
446
446
fn : command .Hte ,
447
447
name : "hte" ,
448
448
},
You can’t perform that action at this time.
0 commit comments