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

by cleaner
Fri Sep 18, 2009 3:53 pm
Forum: Scripting Help
Topic: !userlist doesn't work
Replies: 0
Views: 1683

!userlist doesn't work

Hello, I have superscript.tcl and this part doesn't work... It doesn't show user list. Please help me. #userlist proc pub_do_users {nick uhost hand chan text} { puthelp "PRIVMSG $nick :- \037\002User List\002\037" foreach {a b c d} [userlist $chan] { puthelp "PRIVMSG $nick :- [format ...
by cleaner
Fri May 15, 2009 9:46 am
Forum: Shell & Bouncer Help
Topic: <eggdrop> Perl script is not executable or doesn't exi
Replies: 2
Views: 12455

./script.pl

perl script.pl ? This works for me
by cleaner
Mon May 04, 2009 3:31 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1056146

Code: Select all

21:30:38 <+X> !g weather ohio
21:30:43 <@Y> Weather for Ohio: 20������C, Current: Clear, Wind: NE at 11 km/h, Humidity: 29%; Forecast: Mon, Mostly sunny (19������C|6������C); Tue, Mostly sunny (19��                          Thunderstorm (19������C|12������C)


What is wrong?
by cleaner
Fri May 01, 2009 11:15 am
Forum: Scripting Help
Topic: Pub string match - simple command, silly problem.
Replies: 4
Views: 3471

Thanks, I think that I most rewrite some scripts hehe :).
by cleaner
Thu Apr 30, 2009 10:05 am
Forum: Scripting Help
Topic: Pub string match - simple command, silly problem.
Replies: 4
Views: 3471

Thanks :)
by cleaner
Thu Apr 30, 2009 9:20 am
Forum: Scripting Help
Topic: Pub string match - simple command, silly problem.
Replies: 4
Views: 3471

Pub string match - simple command, silly problem.

Hello, Can anybody help me fix it ? I don't know what is wrong with this... I mean that good function "!xxx ccc" show 2 responses: 15:14:45 <A> good 15:14:46 <A> bad The: "!xxx ccc", as only to show: "good". bind pub -|- !xxx pub_do_ccc proc pub_do_ccc {nick host handle...
by cleaner
Wed Apr 29, 2009 5:40 pm
Forum: Scripting Help
Topic: HELP! Bind pubm + match two variables !
Replies: 6
Views: 5141

Thanks for explain :).

You guys are very helpfull!
by cleaner
Wed Apr 29, 2009 2:06 pm
Forum: Scripting Help
Topic: HELP! Bind pubm + match two variables !
Replies: 6
Views: 5141

Last question,

What will be better?

My regexp or your string match?

||
\/

Code: Select all

...
if {[string match "*word1*" $text] || [string match "*word2*" $text]} {
...
[/quote]
by cleaner
Wed Apr 29, 2009 1:16 pm
Forum: Scripting Help
Topic: HELP! Bind pubm + match two variables !
Replies: 6
Views: 5141

nml375 , Thanks for answer and helping. This 2nd thing: I mean that, when I write in channel: ex: word1 and also worddd1 Bot will do same command. I was trying to fix exec, but i think i have got it: proc pub_do_xyz {nick uhost hand channel txt} { global ident if {[regexp {(.*word1.*|.*worddd1.*)} ...
by cleaner
Wed Apr 29, 2009 10:56 am
Forum: Scripting Help
Topic: HELP! Bind pubm + match two variables !
Replies: 6
Views: 5141

HELP! Bind pubm + match two variables !

Hello! I have problem with script. I dont know what is better, something like this: 1) bind pubm -|- * pub_do_ok1 bind pubm -|- * pub_do_ok2 proc pub_do_ok1 {nick uhost hand channel txt} { global botnick if {[string match "$botnick*ok1*" [string trim $txt]]} { putserv "PRIVMSG $channe...
by cleaner
Sat Apr 18, 2009 1:40 pm
Forum: Scripting Help
Topic: [SOLVED] Problem with bind pub + botnick format
Replies: 2
Views: 2788

arfer,

Thanks, you halped me! :).

Before this I was trying something like:

Code: Select all

#bind pubm -|- "% $botnick*\!cmd" pub_do_cmd
But your sollution is understanding for me and is working! :)

Thanks man!
by cleaner
Thu Apr 16, 2009 7:34 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1056146

speechles,

Many many thanks!

I appreciate your work! Thanks for your interest in the subject!
by cleaner
Thu Apr 16, 2009 5:19 pm
Forum: Scripting Help
Topic: [SOLVED] Problem with bind pub + botnick format
Replies: 2
Views: 2788

[SOLVED] Problem with bind pub + botnick format

Hello!

Please tell me how to change this script to use this like:

Code: Select all

bot_nick: !help
at this time it is:

Code: Select all

!help

Code: Select all

bind pub -|- !help pub_do_shelp


proc pub_do_shelp {nick host handle channel text} {

	putserv "NOTICE $nick :Public commands: !..."
}
Please answer me!
by cleaner
Tue Apr 14, 2009 8:40 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1056146

Re: public answer problem!

Did you even bother to read the config section of the script, particulary the part below? # BASIC USAGE GUIDE:........................................... # # # # .chanset #channel +google # Yes but I am beginner in this. Thanks I think you helped me. I write this (telnet) and bot remember this and i...
by cleaner
Mon Apr 13, 2009 6:41 pm
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1056146

public answer problem!

Hello! I have problem with this script! When i type in public chat command, bot doeasn't answer me! What I most do?? I have tryed changing variable private_messages 1 to 0 , but this doesn't help. 00:39:26 <@Cleaner> !google computer .. This isn't first time that bot ignore public command, but how t...