Hi, I'm using the following script to relay messages from one channel to another: # Channel flag. setudef flag monitorText2 # Subchannel. set subchannel2 #channeltolisten # Bind all text in all channels. bind pubm - * monitorProc2 proc monitorProc2 {nick uhost hand chan text} { global subchannel2 # ...
Hi, thanks for the script! It seems to be working pretty good, one thing though, it doesn't calculate the bans' time correctly.. I mean, it doesn't look at the banlist and check when the ban was aded right? because when I restarted the bot, 30 mins later when announcing the bans it said all the bans...
Hi, Looking for a script that will log channel (#channel1) bans as in: when they were set, by who, what is the ban and announce in #channel2 every 30 mins how long its been since those bans added. ie: #channel1: [14:03] * johnny sets mode: +b *!*@sphex.users.quakenet.org [14:15] * johnny sets mode: ...
Hi I'm looking for a helper script, the idea is that you write topics in a .txt file and when you type to the bot in private ?? <topic> <nickname> it will send the topic's content to the nickname. For example, the text file is: HELLO Creates a new user account in Q. Parameters: <email@address.com> -...
hi, looking for a script that when you publicly type in a channel !invite <nickname> The script will run the following commands: 1. /msg Q chanlev #channel nickname +aok 2. invite the nickname to #channel via an Invite command 3. /msg nickname Hi nickname, you were invited to join #channel by inviti...
Hello My request is for a timezone converter/retriever, using timeanddate.com if thats possible. 1. When a user types !calc GMT the script will retrieve the GMT time in the following format: "The current GMT time is: hh/mm/ss on dd/mm/yyyy" * This will work for all major timezones, such as...
[
Tcl error [timed_announcer]: bad switch "-format": must be -base or -gmt
/code]
My Input was:
!timer 240 13.10.2013 20:00 message here
What did I do wrong? it seems to fit the syntax according to the script..?