This works...
Code:
<if condition="is_member_of($vbulletin->userinfo, 5,6,10)">
This doesn't...
Code:
<if condition="is_member_of($vbulletin->userinfo, $vboptions[ircchat_permissions])">
The last one works if it contains only 1 number, and not more than 1 seperated by comma's. Why does it not work when I add more than 1, when it works if i directly input it instead of a variable?