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

by chadrt
Wed Feb 11, 2015 7:04 pm
Forum: Scripting Help
Topic: Fun Kicking - Match trigger anywhere not just first word...
Replies: 4
Views: 5845

Spike, I was performing a .die on the PL and then restarting in the shell. But that was not doing it! Your idea of double escaping the *'s did the trick, but I had to do it like this adding the additional *'s to each end. proc funkicker {nick host hand chan txt} { set txt [string tolower $txt] if {(...
by chadrt
Wed Feb 11, 2015 6:51 am
Forum: Scripting Help
Topic: Fun Kicking - Match trigger anywhere not just first word...
Replies: 4
Views: 5845

Ok so after reading http://www.eggheads.org/support/egghtml/1.6.21/tcl-commands.html I have found that using "pubm" will look for the word to provide the proc but it is interpreting the * as a wildcard and not as a character is there a way to stop this? I thought maybe I could escape the c...
by chadrt
Wed Feb 11, 2015 5:40 am
Forum: Scripting Help
Topic: Fun Kicking - Match trigger anywhere not just first word...
Replies: 4
Views: 5845

Fun Kicking - Match trigger anywhere not just first word...

I have this script that provides some fun kicking in the chat room that I built but I would like it to match the trigger word anywhere in the text. Right now it only works if it is the first word in the line from the user. #### TEST TO PROVIDE FUN KICKS IN CHAT #### bind pub - **goodnight** fun1 bin...
by chadrt
Wed Feb 05, 2014 6:32 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435485

Script outputting html into party line...

When I try to run this it outputs this to the party line! I thought when I first saw it that it was in response to not having http.tcl so I loaded that (above all other scripts) and it still wont respond with anything other than this in the PLine. If anyone has any suggestions I am all ears :D [10:2...
by chadrt
Sun Feb 02, 2014 6:13 pm
Forum: Script Requests
Topic: FzCommands "user list" doesnt work in msg
Replies: 1
Views: 4292

FzCommands "user list" doesnt work in msg

I have found that when I go into a public room I can list the users using:

Code: Select all

!users list
Then when I try to message the bot using:

Code: Select all

user list
It only gives me a SYNTAX error and tells me how to format it:

Code: Select all

SYNTAX: invite <chan> <nick>.
by chadrt
Thu Apr 19, 2007 8:26 pm
Forum: Eggdrop Help
Topic: No DCC after moving eggdrops to my house.
Replies: 8
Views: 4527

Yes we are both behind the same router/firewall different machines but same physical network. I flagged someone today with the ability to use the party line and he was outside the network and able to connect perfectly on an inbound connection to the linux box running the bot. We had a conversation o...
by chadrt
Thu Apr 19, 2007 1:19 pm
Forum: Eggdrop Help
Topic: No DCC after moving eggdrops to my house.
Replies: 8
Views: 4527

As posted in my previous I have tried to use both the linux box's internal ip as well as the external ip, although that would be a bit cumbersome as I do not have a static IP and my cable company doesnt offer them for residential customers. (Well they will give me a business account for $130 with a ...
by chadrt
Thu Apr 19, 2007 3:54 am
Forum: Eggdrop Help
Topic: No DCC after moving eggdrops to my house.
Replies: 8
Views: 4527

I have read that several times in trying to get this to work. I should have included more information for everyone to work with so you wouldnt assume that I didnt even give this thought. My stupidity there... Ok I used to be able to communicate with the bot before moving them over to my internal net...
by chadrt
Wed Apr 18, 2007 10:00 pm
Forum: Eggdrop Help
Topic: No DCC after moving eggdrops to my house.
Replies: 8
Views: 4527

No DCC after moving eggdrops to my house.

I just recently moved my bots to a box I had built here at my house everything is working and the bots are all online but I no longer have DCC access to the bots. The bots recognize because I can issue commands via privmsg. I can access the help commands and such. I get this: Chat with ChadBot Waiti...
by chadrt
Sun Feb 11, 2007 10:54 pm
Forum: Eggdrop Help
Topic: How to dissable Help system in eggdrop?
Replies: 2
Views: 2776

I tried to place that at the bottom of my bot.conf file and it didnt work either way! It still notices me the help info.
by chadrt
Sat Feb 10, 2007 6:21 pm
Forum: Eggdrop Help
Topic: keep-nick problem with changes every few seconds!
Replies: 0
Views: 2031

keep-nick problem with changes every few seconds!

Thankfully I have a server admin that I have had previous dealings with my bot was k-lined and it is because it was rappidly changing nicks after a software connection caused restart. My bot was allowed back onto the network but I had to turn the keep nick feature off for now. It kept trying to get ...
by chadrt
Sat Feb 10, 2007 5:07 am
Forum: Script Requests
Topic: dlearn.tcl is giving an error re args
Replies: 10
Views: 6487

Ok all done with that after I have succesfully answered a few of my questions this evening/morning here is what I did: Added this: set ch [lindex $text 1] if {$ch == ""} { putserv "$learn(method) $nick :Invalid syntax, use $learn(sendmtc) <word> <channel>" return 0 } then changed...
by chadrt
Sat Feb 10, 2007 4:42 am
Forum: Script Requests
Topic: dlearn.tcl is giving an error re args
Replies: 10
Views: 6487

Ok this day has been a huge learning experience for me all together. But here I am not needing to fix anothers code I need create another command (proc) that will send a definition to a specified channel via a command in an msg window. Starting with: proc learn_sendmtc {nick host hand text} { global...
by chadrt
Fri Feb 09, 2007 11:40 pm
Forum: Script Requests
Topic: dlearn.tcl is giving an error re args
Replies: 10
Views: 6487

Ok this post is getting longer, but hey I figured out the problems. I added another proc in for each of the msg bindings and a letter m to the proc name to keep them all seperate. Now every command works like a charm. I will be very happy with this script now. Thanks for your help and for not just g...
by chadrt
Fri Feb 09, 2007 11:11 pm
Forum: Script Requests
Topic: dlearn.tcl is giving an error re args
Replies: 10
Views: 6487

So then I pulled the chan argument out and therefore dont even need the learn_flood? proc learn_learn { nick uhost hand args } { set args [lindex $args 0] set args [split $args " "] switch [lindex $args 0] { "add" { if {[lindex $args 2] == ""} { puthelp "privmsg $n...