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

by bradleylauchlin
Mon Apr 21, 2008 10:50 pm
Forum: Scripting Help
Topic: not detecting variable as array. [SOLVED]
Replies: 2
Views: 2027

Thanks so much, that resolved it :)
by bradleylauchlin
Mon Apr 21, 2008 8:24 pm
Forum: Scripting Help
Topic: not detecting variable as array. [SOLVED]
Replies: 2
Views: 2027

not detecting variable as array. [SOLVED]

In one of my procs I do this: set owner($chan) "$nick" puthelp "NOTICE $nick :$owner($chan) is now the owner of $chan" Then in another procedure I have this: proc partchan {nick uhost hand chan {msg ""}} { global owner puthelp "NOTICE $nick :Leaving $chan whos owne...
by bradleylauchlin
Sat Apr 19, 2008 10:34 pm
Forum: Scripting Help
Topic: variable inside set variable command? [Solved]
Replies: 2
Views: 1711

Duh

Yeah, I hadn't even thought about arrays (/me slams forehead on desk). Of course. Thanks for the help :)
by bradleylauchlin
Sat Apr 19, 2008 9:29 pm
Forum: Scripting Help
Topic: variable inside set variable command? [Solved]
Replies: 2
Views: 1711

variable inside set variable command? [Solved]

Is it possible to use a variable inside a set command? I have a bot that is in about 10 channels that I am using. I want it to record a certain piece of information on that channel. That is working, however the problem I am facing is that if it is set on antoehr channel, it becomes the same for ALL ...
by bradleylauchlin
Sat Apr 19, 2008 9:18 pm
Forum: Script Requests
Topic: Looking for a brief history bot. Record and display 10 lines
Replies: 2
Views: 2043

Thanks, modified it a bit for my bot, and it works perfectly. Thanks for the hand.
by bradleylauchlin
Mon Apr 14, 2008 8:06 pm
Forum: Script Requests
Topic: Looking for a brief history bot. Record and display 10 lines
Replies: 2
Views: 2043

Looking for a brief history bot. Record and display 10 lines

Hi, I am looking to add a script to my bot where it records the last 10 lines from the conversation and then will message, or notice them to a user when they join the channel so that they know what is going on, and are not completely oblivious to the converstation going on as they enter. I am fairly...