Search found 7 matches

by Gabberworld
2006-10-19 18:38
Forum: Plugins / Scripts
Topic: Plugins
Replies: 2
Views: 4108

adch++ have a plugin
by Gabberworld
2006-09-26 10:32
Forum: Programmer's Help
Topic: adch++ win32 release build
Replies: 3
Views: 3525

#include <delayimp>

it should be ended with .h

dunno what are wrong with this forum
by Gabberworld
2006-08-29 08:51
Forum: Programmer's Help
Topic: Stripping myInfo in DCH++
Replies: 8
Views: 7893

string ClientManager::myInfo(Client* c, bool desc, bool mail, bool conn, bool share) throw() { if(desc && mail && conn && share){ return c->getUser()->getMyInfo(); }else{ string tmp = "$MyINFO $ALL "; tmp += c->getNick(); tmp += " "; if(desc){tmp += c->getUser()->getDescription();} tmp += ("$ $"); ...
by Gabberworld
2006-08-21 20:35
Forum: Protocol Alley
Topic: ADC 0.11
Replies: 5
Views: 4957

maybe this post should made as Sticky? :wink:
by Gabberworld
2006-03-23 00:12
Forum: Protocol Alley
Topic: ADC private message
Replies: 2
Views: 3174

lol.

this happens when hub sends INF not BINF.
by Gabberworld
2006-03-22 19:21
Forum: Protocol Alley
Topic: ADC private message
Replies: 2
Views: 3174

ADC private message

dc++ should send this private message to hub ?

Code: Select all

DMSG ADBA Àþú test PMADBA 

what for are those chars Àþú ?
by Gabberworld
2006-01-29 19:34
Forum: Hubs and scripts
Topic: private messages are blocked?
Replies: 10
Views: 5559


odch::data_to_user($user, "\$To: $nick From: $botname \$ ");
this is fake, all messages should end with |

Good job DC++ makers :D