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

by b00m
Wed Mar 07, 2007 3:46 pm
Forum: Script Requests
Topic: Split Message in different line
Replies: 5
Views: 3829

Sorry rosc2122, i try proc nlwordwrap with this in the same tcl and i have this error: [20:41] Tcl error in file 'eggdrop.conf': [20:41] can't read "nlmissdesc": no such variable while executing "nlwordwrap $nlmissdesc" invoked from within "set missdesc [nlwordwrap $nlmissde...
by b00m
Fri Mar 02, 2007 8:03 pm
Forum: Script Requests
Topic: Split Message in different line
Replies: 5
Views: 3829

thx for the reply rosc,
i have for example:

bind pub -|- !help pub_help

proc pub_test {nick host handle chan text} {
putserv "PRIVMSG $chan : !bla, !bla2, !bla3, !bla4, !bla5"
}

I increase the process 'proc wordwrap' in my codes?
It's possible only a tcl that allow this split?
by b00m
Fri Mar 02, 2007 6:49 pm
Forum: Script Requests
Topic: Split Message in different line
Replies: 5
Views: 3829

Split Message in different line

Hi guys, i have a little problem with my eggdrop. I would want one small tcl that when my egg spam in my channel,if the message in too big, for example contain 200 caracters, i want that split the message in another line, without to cut the words, even split with the spaces, for example. Please, if ...