. (_period_) in their # nick 🤣 tbh I _think_ nick(s) should have rules of what they can and cannot be comprised of. i.e: no punctuation 🤦♂️
				
sqlite> select count(distinct(nick)) from twters where nick like '%.%';
count(distinct(nick)) = 5
sqlite> select distinct(nick) from twters where nick like '%.%';
 nick = @marado@ciberlandia.pt
 nick = eapl.me
 nick = eapl.mx
 nick = grumpygordie.great-site.net
 nick = @chyrp.doesnm.cc
. in nicknames and then expect to be able to to end a mention with a . 🤦♂️
				For example we are using this for PHP twtxt.php#L153