//pagerList is exactly what it says. A list containing multiple BYOND keys for a specific purpose, to notify them of their status.
//T is the text to send out.
client.SendPage(T,pagerList,"summon")
or
for(var/mob/M in pagerList)
src.client.SendPage(T,M,"summon")
I tried sending the page to this key, Xirre, while signed in on it. I also tried sending it while I was on a different key I had from about 6 years ago(which isn't a BYOND member but has Xirre added). No page received.
Possible problems?: "[T]" instead of T?
SendPage doesn't recognize the /list properly?
Does anyone see a fault in the code?