Azelphur / SourceIRC

An easy to use SourcePawn API to the IRC protocol.
6 stars 9 forks source link

Fix IRC_MsgFlaggedChannels to include format #9

Closed JoinedSenses closed 5 years ago

JoinedSenses commented 5 years ago

Without "%s" and passing result directly, this will error if result contains a format specifier, as FormatNativeString would expect additional parameters.

Azelphur commented 5 years ago

Thanks :)