Restict Messages (Wishlist)

Restict Messages // Wishlist

1  |  

strike rapier

Aug 28, 2003, 3:21pm
I would like a way for a user to restict what they see in their chat window
to all but certain types... for example I could do with my users being able
to ONLY see console messages from my bot, and not get interupted by things
such as world and uni IO's if they are changed.

I cannot imagine it would be too hard to impliment (I've already done in it
a bot!) but would be very helpful.

- Mark

equin0x

Aug 29, 2003, 7:44am
Why don't you need to see the new universe messages and such? And if it was,
AW would miss advertising to tourists from the messages.wvm ("Join now and
you get...").

[View Quote]

strike rapier

Aug 29, 2003, 3:23pm
erm... cause im using AW as a command-line-like system.. and I don't want a
uni IO in the middle of it listing files?

- Mark

[View Quote]

joeman

Aug 29, 2003, 6:27pm
That sounds... like the most *secure* thing ever!

Hey, look what I found in msg_hndlr.c for build 511!

void handle_console_message(void);

aw_event_set(AW_EVENT_CONSOLE_MESSAGE, handle_console_message);

void handle_console_message(void)
{
if(stristr("strike rapier", aw_string(AW_MY_NAME))){
//Good god! Lets save strike from himself!!!
aw_string_set(AW_CONSOLE_MESSAGE, "Nooooooooooooooooooo!!!!!");
}

display_c_message(aw_int(AW_CONSOLE_RED), aw_int(AW_CONSOLE_BLUE),
aw_int(AW_CONSOLE_GREEN), aw_string(AW_CONSOLE_MESSAGE));
}

-Joe

[View Quote]

strike rapier

Aug 29, 2003, 6:33pm
For a bot you twit o.0 browsing files as in just instead of giving verbal
commands one off.

- Mark

[View Quote]

1  |  
Awportals.com is a privately held community resource website dedicated to Active Worlds.
Copyright (c) Mark Randall 2006 - 2024. All Rights Reserved.
Awportals.com   ·   ProLibraries Live   ·   Twitter   ·   LinkedIn