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.

tcl scrips

Old posts that have not been replied to for several years.
Locked
L
Linkstein

tcl scrips

Post by Linkstein »

rear all sry if I can help me one I custom a radio script ambesten a were page where I all mogliche scrips finds the there aufgeschreiben on German however vileicht is thus none datein which I also look at itself can thus I custom on everyone fal a radio script with IP status (to list and KB) and desire and grussen were super if one antworet or into the q net to come into channel # linki
thus I look so a page up where like that abgebilded am.
################### Support Skript ####################

# Der Channel in den der Support gepostet wird :
set bcchannel "#"

# Code DO NOT MODIFY
bind pub - !support pub_support
bind pub - !Support pub_support
proc pub_support {nick host hand chan txt} {

global bcchannel
putnotc $nick "Deine \002Supportanfrage\002 wurde an die Supporter weitergeleitet."
putserv "privmsg $bcchannel :\002$nick\002 brauch hilfe bei : \002$txt\002"
}

################### Wunsch & Gruß Skript ####################
Locked