Search found 9 matches
- 2003-08-23 18:56
- Forum: Protocol Alley
- Topic: newlines?
- Replies: 2
- Views: 2490
- 2003-08-11 12:45
- Forum: Hubs and scripts
- Topic: How to begin a new line in a bot-PM from *.txt-file
- Replies: 1
- Views: 1312
There are two possibilities... The first is : Make the new lines yourself... The code for a new line is vbcrlf (for Visual Basic Carriage Return Line Feed) so this code works : Line1 = ... Line2 = ... curUser.PrivateMessage sBotName, Line1 & vbcrlf & line2 The second possibility is to read the whole...
- 2003-08-09 02:57
- Forum: Hubs and scripts
- Topic: OP Status
- Replies: 3
- Views: 2177
This little script stocks in the object oKick the number of kicks an Op does and, if you send the command "!NbKicks [OP-Name]" you get a PM from this OP saying how many kicks he has done... I don't know how to get the reason of the kick nor how to get who has banned and he reason... So I can't make ...
- 2003-08-09 02:34
- Forum: Hubs and scripts
- Topic: connection always times out....
- Replies: 2
- Views: 1654
- 2003-08-07 07:38
- Forum: Hubs and scripts
- Topic: Script Problem : download a user's file list ??
- Replies: 1
- Views: 1390
Script Problem : download a user's file list ??
In fact, I want to do a little script to download a user's file list to each op anytime someone (new nicknames only, allready known nicks won't be downloaded) connects to the hub. How can I do this ? Is this possible ?? (I can do everything of this script except send the messages needed to download ...
- 2003-08-07 07:03
- Forum: Hubs and scripts
- Topic: Increasing Download Bandwith
- Replies: 5
- Views: 3369
If you have an ADSL connexion, then you have maybe the possibility to increase the speed... 'Cause in fact, synchronization problems (Modem is unable to find and to keep a correct ADSL Signal) can slow down the connexion... To know if you have synchronizaton problems, the best thing to do is to ask ...
- 2003-07-27 20:22
- Forum: Hubs and scripts
- Topic: anagram game
- Replies: 7
- Views: 3916
If you want, I have programmed a good working Anagram game... I've never had any problems with it. It can save the scores and doesn't use all the memory by putting the whole dictionary into the memory but in exchange, it's a bit slowler... If you want to change the language, you only have to change ...
- 2003-04-13 23:47
- Forum: Programmer's Help
- Topic: BCDC++ Linking problem :-S (sorry to post this :-S)
- Replies: 4
- Views: 2886
- 2003-04-13 16:46
- Forum: Programmer's Help
- Topic: BCDC++ Linking problem :-S (sorry to post this :-S)
- Replies: 4
- Views: 2886
BCDC++ Linking problem :-S (sorry to post this :-S)
Hello all... I know I shouldn't ask this here but don't know where to ask my question... please don't send me in the hall of fame ^_^; In fact, it's about BCDC++... When I try to compile DC++ 0.241, there is no problem but when I try to compile BCDC++ 0.241, I get those errors... (I haven't paste th...