The problem with this is it shows the full email address, and this takes up too much room on the popup. I'd like to somehow either use a ready made nickname variable or to allow the user to write their name in when they use the command, so maybe something like this:
In the Message sub there should be a variable passed which is the user's "Friendly Name"
If you're using the WiredBots code, you may or may not need to change the variables recieved in on_im (I'm not sure if they need be changed or not ) Look at Eric's demo bot to see what variables get recieved.
My message sub calls the on_im so i'll have a look there. Is it easy to define a new variable of $nick cos it would be a lot easier lol and I'm a lazy sod lol.