I want to break the lines at certain places (denoted by /n in my example):
Code: Select all
putquick "NOTICE $nick :Type This \n That \n Something else"
Code: Select all
This
That
Something else
Code: Select all
putquick "NOTICE $nick :Type This \n That \n Something else"
Code: Select all
This
That
Something else
I don't think it can be done. Let's see what other responses you get on that.Landslyde wrote:I don't know how to do this. And maybe it just can't be done. Dunno.
I want to break the lines at certain places (denoted by /n in my example):
...
Code: Select all
\002!def <word>\002 for word definitions
\002!w\002 for International Weather
\002!candy\002 for a list of candy to give yourself or someone else
\002!q\002 for the channel quote system
\002!s\002 for channel stats
\002!t\002 for Timebomb
\002!c\002 for funny Confuscious sayings
\002!mash\002 for funny quotes from the \002M*A*S*H\002 tv series - \002M\002obile \002A\002rmy \002S\002urgical \002H\002ospital
\002!bender\002 for Bender the Robot quotes
Code: Select all
putquick "NOTICE $nick :Type \002!def <word>\002 for word definitions, \002!w\002 for International Weather, \002!candy\002 for a list of candy to give yourself or someone else, \002!q\002 for the channel quote system, \002!s\002 for channel stats, \002!t\002 for Timebomb, \002!c\002 for funny Confuscious sayings, \002!mash\002 for funny quotes from the \002M*A*S*H\002 tv series - \002M\002obile \002A\002rmy \002S\002urgical \002H\002ospital, \002!bender\002 for Bender the Robot quotes"
I might not have time, right now, to carefully read your post and try to respond. But I wanted to pass along this much for now:Landslyde wrote:
Yeah, I've been using a putquick for each line, but that spews out the 15 lines very slowly. I have everything on just one putquick now (much faster),
...