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.

lapspace.tcl

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
E
Evilish
Voice
Posts: 5
Joined: Sat May 07, 2011 2:20 pm

lapspace.tcl

Post by Evilish »

there's this lapspace script written by Gunnar beutner "shroud" on quakenet for sbnc, it doesnt work for eggdrop, when i asked he told me to port it to eggdrop tcl, but i dont know how...
is there someone that can do that ?
the script is more than 1000 lines...
it can be found here:
https://github.com/gunnarbeutner/labspa ... bspace.tcl
if someone's gonna do it, it'll be appreciated to be able to enable in which chans it should work, it now works in all channels simultaneously
thnx
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

A simple way to do that is for you to add something like

Code: Select all

setudef flag labspace
and then add this line

Code: Select all

if {![channel get $chan labspace]} { return }
to every proc that has $chan as variable and you want to be activated only if +labspace set.
Post Reply