Feature - Implemented chat_hobopolis()

StDoodle

Minion
I know that between real-life and crimbo, this is far from the highest priority, but I wanted to put this in before I forget. I would like to request either chat_hobopolis() and chat_slimetube(), or chat_clan(string, string), whichever would be easiest. I just want to be able to script dungeon status-updates. ;)

Thanks for your time,
StD
 
May I ask why?

I'm happy to add this, but am curious as to its use. I can see you mention status updates... what sort of update?
 
As in, be able to run a script that checks a dungeon's status and posts it to the dungeon's channel. Mostly for 1) elf killcount at the moment but 2) useful for grates / valves later on
 
Cool. I have just thrown together a version of chat_clan that will enable two arguments (single arguments default to clan).

Format will be:

chat_clan( String message ) // Same as before
chat_clan( String channel, String message )

Let me test it and I will get back to you.
 
Nifty. Just to make sure... you're restricting the channels allowed, right? I have a feeling that allowing /trade could lead to some issues. ;)
 
Back
Top