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.

Search found 99 matches

by BigToe
Sat Jul 26, 2014 5:25 am
Forum: Script Requests
Topic: Ignore certain wildcards, but relay everything else
Replies: 1
Views: 4046

Ignore certain wildcards, but relay everything else

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 # ...
by BigToe
Sat Jun 14, 2014 7:02 pm
Forum: Script Requests
Topic: Count ban time
Replies: 4
Views: 6395

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...
by BigToe
Sat Jun 14, 2014 12:42 pm
Forum: Script Requests
Topic: Count ban time
Replies: 4
Views: 6395

Count ban time

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: ...
by BigToe
Thu May 15, 2014 10:14 am
Forum: Script Requests
Topic: Helper
Replies: 3
Views: 5972

Thanks a lot, will look into it!
by BigToe
Sat Apr 26, 2014 6:56 am
Forum: Script Requests
Topic: Helper
Replies: 3
Views: 5972

Helper

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> -...
by BigToe
Mon Apr 14, 2014 8:55 am
Forum: Script Requests
Topic: Invite to a private channel
Replies: 2
Views: 4864

Thanks, the script works great!
by BigToe
Mon Apr 14, 2014 7:16 am
Forum: Script Requests
Topic: Invite to a private channel
Replies: 2
Views: 4864

Invite to a private channel

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...
by BigToe
Wed Dec 11, 2013 12:49 pm
Forum: Script Requests
Topic: Timezone calculator
Replies: 10
Views: 11267

You're awesome! thanks!
by BigToe
Wed Dec 11, 2013 11:53 am
Forum: Script Requests
Topic: Timezone calculator
Replies: 10
Views: 11267

Signed up where, for the trial? can you link me to wherever you signed up please?
by BigToe
Wed Dec 11, 2013 11:33 am
Forum: Script Requests
Topic: Timezone calculator
Replies: 10
Views: 11267

Thanks, but I need an API key and that seems to cost at least $150 a year, so thats not good either
by BigToe
Wed Dec 11, 2013 10:42 am
Forum: Script Requests
Topic: Timezone calculator
Replies: 10
Views: 11267

Can it use http://www.wolframalpha.com?

Theres lots of stuff it can calculate from there, including timezones
by BigToe
Mon Dec 09, 2013 3:31 am
Forum: Script Requests
Topic: Timezone calculator
Replies: 10
Views: 11267

Hi, yeah that is ridicules, sorry, I had no idea.

How about these alternatives:

1. Worldtimeserver
2. Timezoneconverter
3. worldtimebuddy
by BigToe
Sun Dec 08, 2013 12:45 pm
Forum: Script Requests
Topic: Timezone calculator
Replies: 10
Views: 11267

Timezone calculator

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...
by BigToe
Sun Oct 13, 2013 2:41 pm
Forum: Script Requests
Topic: Timed messages with expiration
Replies: 4
Views: 4245

Indeed you are right,

Tcl version: 8.4.19 (header version 8.4.19)
by BigToe
Sun Oct 13, 2013 2:13 pm
Forum: Script Requests
Topic: Timed messages with expiration
Replies: 4
Views: 4245

Hi willyw,

Thanks for the code.

I have one problem though:

Code: Select all

[
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..?