Script Name:
Join/Part
Version: 1.06
Authors: `RoyG, et al
Script Date: 19/10/1998
Category: Not specified
Downloads: 31
File Name:
joinpart-1.06.tcl.gz
Short Description:
Adds .join and .part DCC commands.
Extended Description File
# This is a simple script that allows you to type .Join #channelname or
# .part #Channelname from the DCC Chat window of your bot. I Personally did
# not write this script. I edited it. I took all of the info from ^Dino-'s
# Custom.tcl and he in turn got peices from other scripts. I'm not sure
# where any of it originates.
# I'm already aware of a bug when you part a Non-existant channel and am
# trying to remedy that.
# This is my very first attempt at tcl scripting and was real happy that
# the thing even worked! I hope it does you some good as well.
#
# 1.04: I added support for keykeep 1.02. If you are not using keykeep 1.02
# then you need to rem out the line marked below in the .join section
#
# 1.05: changed script to work with Eggdrop 1.3.5
#
# `RoyG
#
# 1.06 Begin gmods
#
# + support for new channel defs (dontkickops etc)
# - console entry for the #married channel (what the hell was this for?)
# - check for # -- Why not just add it if it aint there?
# - spy stuff. There is no difference in that stuff and joinin
# - chanban procs. The new eggdrops (1.3.21) do all this anyways
# + made the channel sets friendly so you dont op the bot and
# watch it go nutz in the channel making ops mad ;)
#
# hey, how much more can a join/part script do?!
# gaiden (EFNet)