Johannes Kuhn

Results 12 issues of Johannes Kuhn

The Tcl implementation uses TclOO objects to represent mal objects. Unlike other languages, Tcl does not have a garbage collector. Objects have to be destroyed by the programmer.

bug

As user, you won't see any password prompt, but the telnet connection is established. User input is ignored, no banner is shown. When the connection is closed by the client...

#### Issue type: - :heavy_plus_sign: Feature request ____ #### Short description: Currently, a network reader pointed at a variable store shows the value "ERROR" when looking at the value with...

feature-long-term

simplifies things to the point where the plugin compiles with Tcl 9.0

### Describe the bug After doing an /upgrade, I did (re-)establish an dcc chat session that I lost by doing the upgrade. But all text entered is not going anywhere....

bug

(Labels: Chanserv Enhancement) Add a channel setting to voice all joining users *after a delay*. Rationale: Delaying the ability to speak in the channel for unregistered people is a good...

(Labels: Chanserv Enhancement) Add a chanflag to chanserv that auto-voices all *registered* users who join the channel. Proposed help: ``` -Q- +r VOICEREG Automatically grants voice (+v) on the channel...

Reproducer: Edit the `set username` of the config to something like this ```tcl set dasbrain's-awesome-configuration-template-name tcl9eggdrop putlog "DBG: dasbrain's-awesome-configuration-template-name: ${dasbrain's-awesome-configuration-template-name}" set username ${dasbrain's-awesome-configuration-template-name} putlog "DBG: Username: $username" putlog "DBG: dasbrain's-awesome-configuration-template-name:...

Found by: n/a Patch by: DasBrain Fixes: #1532 One-line summary: Makes eggdrop compatible with Tcl 9.0b1 Additional description (if needed): `init_tcl` has been split into 2 parts: 1. `init_tcl0` sets...