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

by greenbear
Thu Aug 04, 2005 4:02 pm
Forum: Archive
Topic: Eggdrop problem on Gamesurge
Replies: 5
Views: 3042

.chanset #chan -bitch
by greenbear
Wed Aug 03, 2005 1:53 pm
Forum: Script Support & Releases
Topic: avote11beng
Replies: 5
Views: 10807

Gabriel wrote:or how can i stop the rehash?
by not typing .rehash all the time ?
by greenbear
Wed Aug 03, 2005 10:02 am
Forum: Script Support & Releases
Topic: avote11beng
Replies: 5
Views: 10807

it stores all its information in memory, so a rehash/restart resets it
by greenbear
Mon Aug 01, 2005 1:46 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1051164

haha, thats pretty clever
by greenbear
Mon Aug 01, 2005 9:45 am
Forum: Archive
Topic: stupid protections...
Replies: 1
Views: 1982

Try setting the chan to +nodesync and see if that helps.
.chanset #channel +nodesync
For the nickchange kicks you could just disable the flood setting alltogether.
.chanset #channel flood-nick 0:0
by greenbear
Sun Jul 31, 2005 11:13 pm
Forum: Archive
Topic: topic reader
Replies: 4
Views: 2654

package require http bind pub - !read web:read proc web:read {nick uhost hand chan text} { set data [::http::geturl http://www.gdac-portal.de/communityhosting/ClanStube/sc_headlinesirc.php] foreach line [split [::http::data $data] \n] { putserv "PRIVMSG $chan :$line" } ::http::cleanup $da...
by greenbear
Sun Jul 31, 2005 10:45 pm
Forum: Archive
Topic: problem, console and multiple channels
Replies: 3
Views: 2146

set your console channel to * and you should get the statuslog from all chans
.console *
by greenbear
Fri Jul 29, 2005 5:29 pm
Forum: Archive
Topic: flag except
Replies: 3
Views: 2216

as long as the the user are on a hostmask that the bot recognize then the irc nick wont matter.
by greenbear
Fri Jul 29, 2005 4:38 pm
Forum: Archive
Topic: flag except
Replies: 3
Views: 2216

Code: Select all

bind join - * foo

proc foo {nick uhost handle chan} {
 if [validuser $handle] {
  putserv "PRIVMSG $chan :yes"
 } {
  putserv "PRIVMSG $chan :no"
 }
}
by greenbear
Fri Jul 29, 2005 4:15 pm
Forum: Archive
Topic: no ctcp reply help needed
Replies: 12
Views: 5613

Here's the final piece of the code, building on the code Sir_Fz already wrote for you. So now you can stop blaming others because you're a total idiot. bind join - * ask:ver bind ctcr - VERSION get:ver proc ask:ver {nick uhost hand chan} { global askedv if {![isbotnick $nick]} { puthelp "PRIVMS...
by greenbear
Thu Jul 28, 2005 10:03 pm
Forum: Archive
Topic: channel key
Replies: 1
Views: 1675

this post says it all..
by greenbear
Wed Jul 27, 2005 9:38 pm
Forum: Archive
Topic: help with string
Replies: 1
Views: 1485

Code: Select all

set newstr [lindex [split $str -] end]
by greenbear
Tue Jul 26, 2005 7:38 pm
Forum: Archive
Topic: Uptime
Replies: 1
Views: 1843

Code: Select all

bind pub - \$uptime up
proc up {n u h c a} {
 putserv "PRIVMSG $c :My uptime is [duration [expr [clock seconds]-$::uptime]]"
}
by greenbear
Tue Jul 26, 2005 9:29 am
Forum: Archive
Topic: channel join thing
Replies: 5
Views: 3644

.tcl channel add #chan
by greenbear
Mon Jul 25, 2005 12:23 pm
Forum: Archive
Topic: Stupid question, I know...
Replies: 2
Views: 2013

normal users with no channel permissions (op/halfop/voice)