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

by tersayang
Mon May 21, 2007 1:07 am
Forum: Script Requests
Topic: !help once every 5 mins
Replies: 4
Views: 3191

!help timer

Sir_Fz wrote bind pub - !help help:user proc help:user {nick uhost hand chan arg} { if {![isvoice $nick $chan]} {return 0} if {![throttled $uhost:$chan 300]} { # You can help $nick now pushmode $chan -v $nick } { puthelp "notice $nick :you can only use help command every 5 minutes" } } # u...
by tersayang
Sun May 13, 2007 3:59 am
Forum: Script Requests
Topic: !help once every 5 mins
Replies: 4
Views: 3191

!help once every 5 mins

Hi there, I have help bot, so when user type !help bnc the bot will respon and display the help contents. !help command only for user who have +v Is it any other option some how, after the bot displayed help contents the bot will devoice the user and if the user type !help command again before 5 min...
by tersayang
Wed Apr 18, 2007 7:24 am
Forum: Scripting Help
Topic: character limit
Replies: 2
Views: 2569

character limit

Can someone help me with my code, 1st this code is get a head line from news website and than parsing to channel. the codes is bellow regexp -nocase {<font class="tgl">(.+?)</font><br>} $html - rtanggal regexp -nocase {<a href=\"(.+?)\" class="judul">(.+?)</a><br>} $htm...