hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
241 stars 32 forks source link

nickserv identify doesn't work if password contains a semicolon #270

Closed hades closed 11 months ago

hades commented 11 months ago
hades
nickserv identify password;morepassword
Heisenbridge
hades -> NickServ: identify password
Unknown command "morepassword", type HELP for list
hifi commented 11 months ago

Wrap it in double quotes. It's using a shell parser so shell escaping works.

hades commented 11 months ago

thanks!