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

by MORA
Wed Mar 26, 2003 1:23 pm
Forum: Archive
Topic: string spliting by marks...
Replies: 2
Views: 968

regexp ".*url=(.*)&PHPSESSID" "xahdasdasdasdasdurl=http://someurl.domain/..&PHPSESSID=somesessionid " a url

then $url holds the url
by MORA
Sat Feb 08, 2003 6:39 pm
Forum: Archive
Topic: Need linking tcl...
Replies: 7
Views: 1415

Hmm? me too. it takes 4 arguments. handle ip port irchost then first it adds the user (argument 0) with the ip (argument 1) and sets the port for both user and bots to port (argument 2) then it chattr the bot (argument 0) +fo then it botattr the bot (argument 0) to whatever the bottype may be needin...
by MORA
Sat Feb 08, 2003 3:01 pm
Forum: Archive
Topic: Need linking tcl...
Replies: 7
Views: 1415

actually IS NOT !

addbot [lindex $a 0] [lindex $a 1]:[lindex $a 2]/[lindex $a 2]
lindex 0 = botnick
1= ip
2=port

yes, you should use [join [lindex to fix char probs
by MORA
Fri Feb 07, 2003 4:43 pm
Forum: Archive
Topic: Need linking tcl...
Replies: 7
Views: 1415

bind dcc n|- addhub dcc:addbot bind dcc n|- addleaf dcc:addbot bind dcc n|- addalthub dcc:addbot proc dcc:addbot {h i a} { global lastbind if {[lindex $a 3] == ""} { putidx $i "Usage: .$lastbind handle ip port nick!ident@host" ; return 0 } putcmdlog "#$h# $lastbind [split $a...
by MORA
Wed Oct 09, 2002 4:56 pm
Forum: Archive
Topic: Log dccbroadcast
Replies: 0
Views: 1806

Log dccbroadcast

How do I log dccbroadcast events ? From complete conf. # The most common log file flags are: # m private msgs/ctcps to the bot # k kicks, bans, mode changes on the channel # j joins, parts, netsplits on the channel # p public chatter on the channel # s server connects/disconnects/notices # b informa...
by MORA
Sat Jul 27, 2002 6:36 am
Forum: Archive
Topic: Problems with Babel 1.0....
Replies: 1
Views: 777

try to change this line if {[string match "*<textarea rows=3 wrap=virtual cols=56 name=q>*" $line2]} { to if {[string match "*<textarea rows="6" wrap=virtual cols="28" style="width:300"name="q">*" $line2]} { or if {[string match "*<tex...
by MORA
Sat Jul 27, 2002 6:22 am
Forum: Archive
Topic: google tcl script problems
Replies: 9
Views: 2508

This one works.

This one works, not very fancy though, just shows one URL when using !google # google.tcl v0.2.1 # # !google keywords - displays the first related website found from google in the channel # !image keywords - displays the first related image found on google in the channel # !file keywords - displays ...
by MORA
Sat Jul 27, 2002 6:10 am
Forum: Archive
Topic: Memory to TCL scripts.
Replies: 0
Views: 629

Memory to TCL scripts.

Anyone have a module (or an edition to a module) that allows TCL to get the current memory usage of eggdrop?

I have a killold script to clean the userfile, and would like to outout how much memory was saved by deleteing these users.
by MORA
Sun Jun 30, 2002 8:10 am
Forum: Archive
Topic: Public trigger
Replies: 8
Views: 1515

Public trigger

Does anyone have a exsample module that resonds to a public trigger in a channel (Or some URLs to help with module programming) ?
I tryied looking at the seen module and got my own compiled, but it dont react on the public command.
- its 115lines so pm me if you want to see it.
by MORA
Tue Apr 16, 2002 10:59 pm
Forum: Archive
Topic: Server.mod
Replies: 0
Views: 370

Anyone worked with the server.mod in eggdrop (1.6.x). For me it seems eggdrop sends aprox 4 messenges before penality starts to prevent getting flooded off, but in reality that could be 10messenges then wait 2sec, then 20messenges again ? That would work way faster, and should´t give any flood probl...