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.

Support TCL

Old posts that have not been replied to for several years.
Locked
n
n00By is sexy
Voice
Posts: 6
Joined: Wed Aug 10, 2005 6:06 pm

Support TCL

Post by n00By is sexy »

Sorry for my bad english I`m a german boy ;)
I had found a Support Script @ google and now nowI will post it and tah i will say my problem with it.

Code: Select all

# Public command trigger
set tr "!"
set cc "!"

# Channels you _dont_ want the bot to act (seperate with spaces):
set nopub ""

###############################################################
##Dont change this!##
###############################################################

bind pub -|o ${tr}helper helper
bind pub -|- ${tr}support req

set helper "no"

proc helper {nick host hand chan arg} {
global url pathqstat cc nopub helper
if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0}
if {$arg == ""} {
putserv "notice $nick :Usage: ${cc}helper <Exact Nickname>"
return 0
}
if {$arg == "me"} {
set helper "$nick"
} else {
set helper "$arg"
}


putserv "NOTICE $chan :Helper set to $helper"
}
proc req {nick host hand chan arg} {
global url pathqstat cc nopub helper
if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0}
if {$arg == ""} {
putserv "notice $nick :Usage: ${cc}support <Question> und warte auf eine Antwort."
return 0
}
set question "$arg"

if {$helper == "no"} {
putserv "NOTICE $nick :Es ist leider kein Supporter anwesend."
putserv "NOTICE $nick :Versuche es bitte später noch einmal."
}
if {$helper != "no"} {
putserv "PRIVMSG $helper : $nick @ $chan hat folgendes Problem:"
putserv "PRIVMSG $helper :$question"
putserv "NOTICE $nick : Du hast um folgende hilfe gebeten:"
putserv "NOTICE $nick :$question."
putserv "NOTICE $nick :Bitte stell deine Frage nicht nochmal. Warte auf Antwort!"
}
}
putlog "Support Script loaded"
Now my Problem at the moment only 1 Supporter could be online, I want that the Operators could write them in as Supporter and can make with for example .next and the Person who needs Support would get voice and can say the Supporter his Problem. When somebody joined the Channel the Eggdrop must say Hello you`re number ... in Line please wait for voice and ask then your question.

It would be very nice if you all can help me because I`m a stupid noob in Scripting and the people from #tcl would`nt help me :(.

In hopeful for Help

n00By :D
r
r0t3n
Owner
Posts: 507
Joined: Tue May 31, 2005 6:56 pm
Location: UK

Post by r0t3n »

please dont double post!!
r0t3n @ #r0t3n @ Quakenet
n
n00By is sexy
Voice
Posts: 6
Joined: Wed Aug 10, 2005 6:06 pm

Sorry

Post by n00By is sexy »

I don`t know in what Category this Post must.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

n00By is sexy wrote:It would be very nice if you all can help me because I`m a stupid noob in Scripting and the people from #tcl would`nt help me
De Kus kann helfen :)
Last edited by Alchera on Fri Aug 12, 2005 6:18 pm, edited 1 time in total.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
n
n00By is sexy
Voice
Posts: 6
Joined: Wed Aug 10, 2005 6:06 pm

Support TCL

Post by n00By is sexy »

Cool biste Deutscher? Also so ein Script wie #bouncer4you.support oder #sicherheit.help hat wäre echt geil. :D
And now in English a Support Script like #bouncer4you.suport or #sicherheit.help have one would be very very nice :D
n
n00By is sexy
Voice
Posts: 6
Joined: Wed Aug 10, 2005 6:06 pm

Support TCL

Post by n00By is sexy »

Nobody will help me :(
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

we're not good samaritans, so crying won't help; be patient and quiet, all good things come to those who wait
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Re: Support TCL

Post by Alchera »

n00By is sexy wrote:Cool biste Deutscher?
De Kus ist Deutsch.

What I meant was this, as one of our regular contributors is German and you seem to suck at English; De Kus may be able to help you in your own language.
demond wrote:be patient and quiet, all good things come to those who wait
:wink:
Last edited by Alchera on Fri Aug 12, 2005 6:19 pm, edited 1 time in total.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
sKy
Op
Posts: 194
Joined: Thu Apr 14, 2005 5:58 pm
Location: Germany

Post by sKy »

www.egghelp.ort ->script archive -> search for any of this words:
next
.next
queue

them should be fine...
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Re: Support TCL

Post by Sir_Fz »

Alchera wrote:De Kruz may be able to help you in your own language.
You mean De Kus :wink:
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Re: Support TCL

Post by Alchera »

Sir_Fz wrote:
Alchera wrote:De Kruz may be able to help you in your own language.
You mean De Kus :wink:
Yup! That's the one. LOL

Now to edit. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Re: Support TCL

Post by Ofloo »

n00By is sexy wrote:Sorry for my bad english I`m a german boy ;)
I had found a Support Script @ google and now nowI will post it and tah i will say my problem with it.

Code: Select all

# Public command trigger
set tr "!"
set cc "!"

# Channels you _dont_ want the bot to act (seperate with spaces):
set nopub ""

###############################################################
##Dont change this!##
###############################################################

bind pub -|o ${tr}helper helper
bind pub -|- ${tr}support req

set helper "no"

proc helper {nick host hand chan arg} {
global url pathqstat cc nopub helper
if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0}
if {$arg == ""} {
putserv "notice $nick :Usage: ${cc}helper <Exact Nickname>"
return 0
}
if {$arg == "me"} {
set helper "$nick"
} else {
set helper "$arg"
}


putserv "NOTICE $chan :Helper set to $helper"
}
proc req {nick host hand chan arg} {
global url pathqstat cc nopub helper
if {[lsearch -exact $nopub [string tolower $chan]] >= 0} {return 0}
if {$arg == ""} {
putserv "notice $nick :Usage: ${cc}support <Question> und warte auf eine Antwort."
return 0
}
set question "$arg"

if {$helper == "no"} {
putserv "NOTICE $nick :Es ist leider kein Supporter anwesend."
putserv "NOTICE $nick :Versuche es bitte später noch einmal."
}
if {$helper != "no"} {
putserv "PRIVMSG $helper : $nick @ $chan hat folgendes Problem:"
putserv "PRIVMSG $helper :$question"
putserv "NOTICE $nick : Du hast um folgende hilfe gebeten:"
putserv "NOTICE $nick :$question."
putserv "NOTICE $nick :Bitte stell deine Frage nicht nochmal. Warte auf Antwort!"
}
}
putlog "Support Script loaded"
Now my Problem at the moment only 1 Supporter could be online, I want that the Operators could write them in as Supporter and can make with for example .next and the Person who needs Support would get voice and can say the Supporter his Problem. When somebody joined the Channel the Eggdrop must say Hello you`re number ... in Line please wait for voice and ask then your question.

It would be very nice if you all can help me because I`m a stupid noob in Scripting and the people from #tcl would`nt help me :(.

In hopeful for Help

n00By :D
you should of said girl :p just kidding hehe

also if i am not mestaken the answer is been given to you look in tcl archive there is a script called next or something.. which should be able to help you
XplaiN but think of me as stupid
n
n00By is sexy
Voice
Posts: 6
Joined: Wed Aug 10, 2005 6:06 pm

Support TCL

Post by n00By is sexy »

Yes thank you. I found one :D
Locked