Avoid adding an id twice to the mutes list.
Twitter doesn't error if you mute the same user multiple times.
Also, correct signedness of the stringified user ids. bitlbee keeps them as unsigned even if the json library uses signed for integers...