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.

!shutup <nick> <time>

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
r
ruizit0
Voice
Posts: 6
Joined: Mon Nov 14, 2005 5:18 am

!shutup <nick> <time>

Post by ruizit0 »

hi!
annyone has this script ?. .
i have a version !shutup <nick> .. but i saw an egg white a timed version. . like ..

!shutup <nick> <time>

[0:01] <eggbot> hey $nick you cant talk the next $time minutes or you will be banned!
[0:04] <eggbot> hey $nick you can talk now :)

i have the normal version without timer.. im go arround the code with timers and stuff but dont manage it to work :\
annyone has the timer version to share ?
thanks :)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Tried Google?
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
r
ruizit0
Voice
Posts: 6
Joined: Mon Nov 14, 2005 5:18 am

Post by ruizit0 »

sure
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Correct use of timer/utimer will yield the result you are after.

Code: Select all

timer <minutes> <tcl-command>
utimer <seconds> <tcl-command>
Posting your existing code (using code tags) would also help.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Correct use of timer/utimer will yield the result you are after.

Code: Select all

timer <minutes> <tcl-command>
utimer <seconds> <tcl-command>
Posting your existing code (using code tags) would also help.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply