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

by blake
Sat Aug 11, 2012 1:42 pm
Forum: Script Requests
Topic: Actions based on keywords with user defined list?
Replies: 2
Views: 2611

bind pub -|- !kickballs balls_proc proc balls_proc { nick uhost hand chan text } { set ballskicked [lrange [split $text] 0 end] puthelp "privmsg $chan :\001ACTION Kicks $ballskicked hard in the balls till $ballskicked bleeds from the balls\001" } Just type !kickballs usersnickname in the ...
by blake
Sun Jul 29, 2012 10:23 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435565

Hey

In the set options line break \n turned on is it possible to only have that work for the !forecast bind and disable it with the weather bind also in the !forecast bind were could I add !tweet so it will tweet the forecast
by blake
Tue Jul 24, 2012 6:35 pm
Forum: Scripting Help
Topic: bind pub weather alert[solved]
Replies: 4
Views: 5232

Excellent that has worked thank you SpiKe^^
by blake
Tue Jul 24, 2012 5:21 pm
Forum: Scripting Help
Topic: bind pub weather alert[solved]
Replies: 4
Views: 5232

bind pubm -|- "% weather alert*" alert_proc proc alert_proc { nick uhost hand chan arg } { set text [lrange [split $arg] 0 end] puthelp "privmsg $chan :$text" } Okay I have the above working only problem is I dont want the Weather Alert part relayed to the channel it currently s...
by blake
Tue Jul 24, 2012 3:37 pm
Forum: Scripting Help
Topic: bind pub weather alert[solved]
Replies: 4
Views: 5232

bind pub weather alert[solved]

Hey How can I go about this I have a little code below bind pub -|- alert alert_proc proc alert_proc { nick uhost hand chan arg } { set text [lrange [split $arg] 0 end] puthelp "privmsg $chan :$text" } I want it to trigger on Weather Alert bind pub -|- Weather Alert alert_proc proc alert_p...
by blake
Sun Jul 22, 2012 12:08 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

I have done as you have said but I would still prefer to do the other way so if any one could further look into it id be grateful thanks Edit: following errors [18:48] <Tweeter> [21:48:01] Tcl error [proc:twitter:friendsauto]: invalid character "]" [18:48] <Tweeter> in expression "......
by blake
Sun Jul 22, 2012 7:17 am
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

Hey

Thanks for that speechless

I have been given permission to use there tweet as my own by them but copy and paste method gets a tad tedius and only works if im at my computer this way I dont have to worry about it
by blake
Sat Jul 21, 2012 6:12 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

They are both the same the tweeter eggdrop is running speechless burdy script both eggdrops are eggdrop v1.6.20
by blake
Sat Jul 21, 2012 5:17 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

That has not worked :)
by blake
Sat Jul 21, 2012 4:56 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

Hey

Sorry nml375 but that dont seem to be working either thanks for your help though
by blake
Sat Jul 21, 2012 4:19 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

That hasnt made any difference it still isnt outputting anything to the channel when it sees <+Tweeter> Severe Warnings: Severe Thunderstorm Warning for Johnston, Sampson, and Wayne County in NC until 4:45pm EDT. #ncwx ( 226763682313539584@severewarn - 11s ago via ReadyWarn ) this is also on the cha...
by blake
Sat Jul 21, 2012 3:59 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

Tried this its stll not sending any out put to the channel showing no errors
by blake
Sat Jul 21, 2012 3:32 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

Hey I have tried that it is not doing anything at all could it be because this part is in bold Severe Warnings this is the output <+Tweeter> Severe Warnings: Severe Thunderstorm Warning for Johnston, Sampson, and Wayne County in NC until 4:45pm EDT. #ncwx ( 226763682313539584@severewarn - 11s ago vi...
by blake
Sat Jul 21, 2012 1:59 pm
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

I have tried the following code but its not doing anything its not even showing errors any one got any ideas how to do this bind msg - "*" user:message proc user:message {nick uhost handle text dest} { set text [stripcodes bcruag $text] if {[string equal -nocase "tweeter" $nick] ...
by blake
Fri Jul 20, 2012 11:05 am
Forum: Script Requests
Topic: On message[solved]
Replies: 16
Views: 11589

On message[solved]

Hey Could someone do the following I am looking for an on message script that will do the following when my tweeter bot shows a message from Severe Warnings my weather bot will send a tweet This is the message on channel <Tweeter> Severe Warnings: Severe Thunderstorm Warning for St. Louis County in ...