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.

[SOLVED] 1.6.18 chokes on help file

Help for those learning Tcl or writing their own scripts.
Post Reply
b
baerchen
Voice
Posts: 5
Joined: Wed Oct 11, 2006 5:22 pm

[SOLVED] 1.6.18 chokes on help file

Post by baerchen »

I'm trying to write a .help file for my script, but I run into problems:

".help chatstats" display all available commands fine.
".help <command>" works only for a few commands (show, change, merge, delete, freeze, unfreeze) for all others eggdrop says "No help available on that.". Some are not yet implemented (ie. cyclestats), but that shouldn't be the problem.

I just cannot find the problem in the helpfile and I wonder if someone is willing to spend some time to have a look at it:

Code: Select all


%{help=chatstats}%{-}
CHANNEL COMMANDS
  show
%{+nC|+nC}
 
.. 

Thanks,

Baerchen

---

Edit: it was the first %{-} that caused this behaviour. Don't know why though. I'm lame.

Thanks for everyone looking into it.

Baerchen
Post Reply