Hi, I'm running bebot 0.6.8 and I'm trying to write some code to send tells to a list of characters if they're online. I can send the tells but I'm having trouble with the code to figure out if a particular character is online or not.
Been going through the code behind the !is module as that seems to do what I need to do, but I can't figure out the code behind it. Is there a way or function I can call to easily determine if a supplied character name is online? Obviously, there's some working code in the !is module but I can't tap into it, and would rather re-use some working code rather than rewrite it all completely.
Would appreciate any help, or any examples if you can suggest any.