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

by EmOuBi
Fri Mar 18, 2005 5:52 pm
Forum: Archive
Topic: help with quote script
Replies: 10
Views: 3257

Nope. It's still truncated :(
by EmOuBi
Fri Mar 18, 2005 5:02 pm
Forum: Archive
Topic: help with quote script
Replies: 10
Views: 3257

The script is working, it just do not wraps the big jokes :wink:
by EmOuBi
Fri Mar 18, 2005 4:49 pm
Forum: Archive
Topic: help with quote script
Replies: 10
Views: 3257

When I put \n it only break the line.
"This is a\n joke blabla" comes
<botnick> This is a

And that's all. The "joke blabla" is not shown
by EmOuBi
Fri Mar 18, 2005 4:33 pm
Forum: Archive
Topic: help with quote script
Replies: 10
Views: 3257

I tryed, it's not working :(
by EmOuBi
Fri Mar 18, 2005 3:00 pm
Forum: Archive
Topic: help with quote script
Replies: 10
Views: 3257

help with quote script

I found this simple quote script but I want someone to modify it :wink: The bot will tell jokes about blondes when someone types !blonde in the chan. The problem is that some jokes are 300-400+ letters and they are not displaying all. I want if the joke is more then 200 symbols to wrap it. For examp...
by EmOuBi
Tue Nov 30, 2004 6:26 am
Forum: Archive
Topic: dcc to chan script
Replies: 3
Views: 1767

Thanks demond , it works perfect :wink: Well, I want this script to be used for sending short, not so important e-mails. It's fasted then to log-in to your webmail and send it from there :wink: Can I ask you another dummy question, will you modify the same script to work when someone type "send...
by EmOuBi
Mon Nov 29, 2004 4:15 pm
Forum: Archive
Topic: dcc to chan script
Replies: 3
Views: 1767

dcc to chan script

How to make this script to be startet with !send command in the channel ? bind dcc -|- send send_mail proc send_mail {hand idx arg} { if {[llength $arg] < 2} { putdcc $idx "Usage: .send <mail> <message>" return 0 } set mail [lindex $arg 0] if {![regexp \[@\] $mail]} { putdcc $idx "Usa...
by EmOuBi
Wed Nov 24, 2004 5:51 pm
Forum: Archive
Topic: modifying quote script
Replies: 2
Views: 1279

i'm tottaly newbie, where to put this :oops: When I make: bind pub n !trigger pub_disc proc pub_disc {nick mask hand channel args} { global disc puthelp "PRIVMSG $channel :[lindex $disc [rand [llength $disc]]]" foreach a [split [lindex $disc [rand [llength $disc]]]] { puthelp "PRIVMSG...
by EmOuBi
Wed Nov 24, 2004 4:42 pm
Forum: Archive
Topic: modifying quote script
Replies: 2
Views: 1279

modifying quote script

Hi folks I want to modify one simple script: bind pub n !trigger pub_disc proc pub_disc {nick mask hand channel args} { global disc puthelp "PRIVMSG $channel :[lindex $disc [rand [llength $disc]]]" } set disc { "-Dialog1 -Dialog2 -Dialog3 " "-Aaaa -Bbbb -Cccc" } Can any...