Jump to content
EGGTCL
  • We gather/collect eggdrop tcl scripts from all coders out there. Thank you for your support.

Topic Scripts

8 files

  1. Free

    topic.tcl

    topic.tcl

    This script sets the topic in a channel with the !topic command.
    Additionally, it contains examples of setting a specific topic, e.g., if a
    stream is online/offline with the !on and !off commands.

    Usage:
           !topic topic            set topic in channel to topic
           !on                     set preconfigured "on" topic in channel
           !off                    set preconfigured "off" topic in channel

    Enable for a channel with:    .chanset #channel +topic
    Disable for a channel with:   .chanset #channel -topic

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  2. Free

    BlackTopic.tcl

    BlackTopic
    !topic save (saves the current topic in the list)
    !topic add (add a topic to the list)
    !topic list (list the topics)
    !topic del numar (delete a topic - the number is taken from the list)
    !topic set number (set a topic from the list on the channel - the number is taken from the list)

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  3. Free

    AutoTopic.tcl

    Auto Topic Script

    1 download

       (0 reviews)

    0 comments

    Submitted

  4. Free

    topic.v1.1.tcl

    TOPIC Changer Script

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  5. Free

    uptopic.tcl

    UpTopic.tcl
    At a certain time, change the topic to the uptime of the server where the eggdrop is hosted.
    For activation .chanset #canal +uptopic (in DCC)

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  6. Free

    randtopic.tcl

    This script gets a random topic to a channel from a file
    you have specified. You can add new topics or remove topics from 
    the file by using channel commands or dcc commands. 

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  7. Free

    topiclock.tcl

    Version history:
    v1.00 - The very first version! v1.01 - Fixed a little bug in topc:tl_change proc. Also made the channel option optional and added the help section. v2.00 - Rewrote almost everything and made this script also more compact. Fixed a bug that allowed multiple timers to start. Now the flood protection takes effect only on chans whose topic is locked. Added also channel and msg commands. Now you can also lock or unlock topics of all channels by using tlockall and tunlockall commands. v2.01 - Oops! Missing ')' caused a syntax error and I also forgot to bind few procs. v2.02 - Little cosmetic changes. v2.03 - Made this script more secure and fixed few little bugs. v2.04 - Fixed minor bug in the topc:tl_change proc. (Found by TiM)

    0 downloads

       (0 reviews)

    0 comments

    Submitted

  8. Free

    topiclogger.tcl

    Topic Logger Script by Sup

    0 downloads

       (0 reviews)

    0 comments

    Submitted


×
×
  • Create New...