shabble / irssi-scripts

Repo to store some personal irssi scripts
151 stars 24 forks source link

Fix use of uninitialized value #25

Closed hjan closed 8 years ago

hjan commented 9 years ago

When looking up search-matches, the $match variable may be used uninitialized. A simple check before the use avoids that.

Signed-off-by: hjan hoeppner.jan@xurv.org