Search found 9 matches
- 2006-12-13 13:29
- Forum: adchpp general
- Topic: broadcasting to hub
- Replies: 4
- Views: 7278
I experiment a little with this; local function broadcastMsg(c, msg) answer = adchpp.AdcCommand(adchpp.CMD_MSG, adchpp.TYPE_BROADCAST, adchpp.HUB_SID) answer:addParam(msg) cm:sendToAll(answer) end Dont know if it is this you looking for, though. :) wooohoooo, perfect. That works a treat. Thanks mat...
- 2006-12-13 13:22
- Forum: adchpp general
- Topic: broadcasting to hub
- Replies: 4
- Views: 7278
1) What message do you want everyone to see? the +test message, or the reply that the hub/script generate in response to +test being written, or both? Unless you clearify this, we can't help you. ALWAYS, create a minimal example of what you want be done. the reply that the hub/script generates in r...
- 2006-12-12 20:41
- Forum: adchpp general
- Topic: broadcasting to hub
- Replies: 4
- Views: 7278
broadcasting to hub
Well i'm fiddling around and not reallly knowing what I am doing ! At the moment when you use a command such as +test, you only see the message yourself. I would like to make it so that message is seen by all users. I see local function reply(c, msg) answer = adchpp.AdcCommand(adchpp.CMD_MSG, adchpp...
- 2006-12-11 19:59
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14756
well I think they should, its important we all think about whats best for the future and also stand by our morals. Its also good to support the people that spend all this time and effort coding and running services for us. Otherwise we would still be using original NMDC (and most likely have disappe...
- 2006-12-11 18:05
- Forum: adchpp general
- Topic: Problem connecting to adch
- Replies: 22
- Views: 14756
imb wrote:I tried at http://www.adchublist.org/?p=addhub using hubaddress:portnumber and adc://hubaddress:portnumber
and got:
The hub in address <hub> didn't answer. Maybe there is no hub or the hub is full. Check the address and try again.
Error 110: Connection timed out
ditto

- 2006-12-11 15:11
- Forum: adchpp general
- Topic: motd and adding new commands
- Replies: 4
- Views: 4131
- 2006-12-11 14:42
- Forum: adchpp general
- Topic: motd and adding new commands
- Replies: 4
- Views: 4131
- 2006-12-10 20:10
- Forum: Plugin / Script help
- Topic: Cunting Users
- Replies: 1
- Views: 4753
- 2006-12-10 18:48
- Forum: adchpp general
- Topic: motd and adding new commands
- Replies: 4
- Views: 4131
motd and adding new commands
Hello Forum :D, Well I've heard that to make an motd you need to trick ADCH in some way... :shock: hows it done ? I've looked around a few hubs open to see whats possible and i found one, 'red box' that seems to have a particularly good motd. As well they have additional commands like +myip and +hub...