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 4 matches

by Ima
Mon May 07, 2007 12:03 am
Forum: Scripting Help
Topic: Timed Message Help
Replies: 9
Views: 5771

Bump?
by Ima
Wed May 02, 2007 9:27 pm
Forum: Scripting Help
Topic: Timed Message Help
Replies: 9
Views: 5771

My fault I had thought I had two quotes
proc timedmsgcheck {n h handle ch te} {
global channel datafolder
foreach chan [channels] {
if {[file exists $datafolder/$chan/settings/timedmsg]} {
bindmsg BotServ $chan "[commands_filter [getsettings $chan timedmsg]]"
}
}
}
by Ima
Tue May 01, 2007 10:34 pm
Forum: Scripting Help
Topic: Timed Message Help
Replies: 9
Views: 5771

} if { [string tolower [lindex $arg 1]] == "timedmsg" } { if {[lindex $arg 2 end] == ""} { if {[file exists $datafolder/$chan/settings/timedmsg]} { unotice $nick $oldchan "\002TimedMSG\002 [commands_filter [getsettings $chan timedmsg]]" return } unotice $nick $oldchan ...
by Ima
Tue May 01, 2007 7:19 pm
Forum: Scripting Help
Topic: Timed Message Help
Replies: 9
Views: 5771

Timed Message Help

I currently have a bot running, but I can only set a timer to a default time and not a specific time, if the source is needed I can provide it. Example - At current it would be @set timedmsg Hello And it would repeat Hello once every hour I was wondering if it's possible to have a timer on that. Lik...