This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

spacing on netbots.tcl anyone ever see this? --help

Old posts that have not been replied to for several years.
Locked
c
codak

Post by codak »

after all commands issued through netbots.tcl it shows up like this:


[17:07] #codak# nethelp
netbots.tcl commands
For owners:
netbots netcontrol netinfo netshell
netserv netpass netsave nethash
netsay netact netnotice netdump
netnick netjump netjoin netpart
netchanset nettcl netupdate components

anyone ever run into that before? if so how did you fix it? I've tried different terminals, dcc and telnet. all the same.



<font size=-1>[ This Message was edited by: codak on 2001-10-07 17:10 ]</font>
c
codak

Post by codak »

hmm, didn't show the spacing in the post. but there is a huge space gap between each command
P
PiraYa-

Post by PiraYa- »

No idea...
c
codak

Post by codak »

no biggy, i've fixed it.
P
PiraYa-

Post by PiraYa- »

Ok...thats good :smile:
f
flyingv

Post by flyingv »

could you post here how you solved the problem ?

i got same spacing error ... + on all netbots modules loaded
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I fail to see any errors in the spacing at all. Even looking into the Tcl itself shows no problems.

The .nethelp uses no calculations to decide what sort of spacing is required. It's a pre-set spacing.

How many spaces do you see?
f
flyingv

Post by flyingv »

let's see if that BB can handle those spaces : .. it can't as it seems ... but first line is correct, second line has about 50 spaces in front, third line about 100 etc.
very strange :sad:

netbots.tcl commands
For owners:
netbots netcontrol netinfo netshell
netserv netpass netsave netnotice
netsay netact nethash netdump
netnick netjump netjoin netpart
nettcl netupdate components
netchanset
mass.tcl commands
For owners:
mass netmass

sentinel.tcl commands
For channel masters:
sentinel
For channel ops:
lock unlock

<font size=-1>[ This Message was edited by: flyingv on 2001-11-27 13:33 ]</font>
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

no, its just your telnet client thats mishandling carrage returns.
c
codak

Post by codak »

yep
f
flyingv

Post by flyingv »

anyone can explain how to fix that in the client ? (securecrt)
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

.fixcodes
f
flyingv

Post by flyingv »

.fixcodes didn't help

any other clues ?
N
NIK0

Post by NIK0 »

If the text output appears incorrectly during the telnet session (e.g. each new line is indented by the length of the previous line), you may need to enable some type of "new line mode" in your telnet client's options. In PuTTY, for example, you would enable Implicit CR in every LF under Terminal.
Locked