Hi, writing a very simple script containing /msg commands related to channel's stuff such op, deop, topic, etc. I'm trying to make eggdrop send a msg to $nick when he requests a command for a channel where the bot is not on. So, for an input /msg op #chan <nick> it would send a response "I'm no...
Hi, I need to customize time format in this (reminder) script. Default format is "%Y-%m-%d %H:%M". It can be easily modified for listing reminders output set when [clock format [lindex $reminder 0] -format "%d-%m-%Y %H:%M"] <torrevado> !reminders <bot> 1 active reminder(s): <torr...
You should try weather and worldtime tcl's by hm2k Weather: # weather.tcl -- 2.0.3 # # Returns the current weather for the city or postcode using the iGoogle # API for weather. # # Copyright (c) 2010 HM2K # # Name: Weather Lookup # Author: HM2K <irc@hm2k.org> # License: http://www.freebsd.org/copyri...
@caesar: I'd like to show answers also on correctly guessed answers. Is there a way to call a variable from another process? ($word). # From what file are the words that will be scrambed? set scramblefile "scramble.txt" # How many seconds to play a scrambled word? set ssecs 60 # Show the a...
Hello, I'm trying to modify this old country code script. It just find a country name for a given country code: !country US <bot> result: code US is from United States I'd like it to find *also* a country code for a country name: !country United States <bot> result: United States code is US I notice...