PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : windows in mirc


pate33
10.04.2002, 22:48
Hi,

ich hab ein kleines fenster, in dem ich ein paar sachen aus dem chat rausfiltere... das fenster hat eine breite von ca. 600px/zeichen (weiss net genau) ... wenn jedoch die texte im chat laenger sind, zeigt er mir den rest in meinem fenster net an. wie kann ich das anstellen, dass der buffer fuer die breite groesser ist, oder dass nach einer bestimmten laenge ein zeilen umbruch stattfindet?

thanks


Codeq
10.04.2002, 22:52
echo -i0

sonst schau ma hier genau nach :D

/echo [color] [-deghiNtsaqlbfnmr] [#channel|[=]nick] <text>
Prints text in the specified window using the specified color (0 to 15).

/echo 3 #mIRC Testing

would print &quot;Testing&quot; in the color green in channel window #mIRC, assuming it&acute;s already open.

If a channel/nickname isn&acute;t specified, the -s switch echos to the status window, the -d switch echos to the single message window, and the -a
switch echos to the currently active window.

The -e switch encloses the line in line separators.
The -iN switch indents the wrapped line by N characters.
The -h switch forces lines to hard-wrap so resizing the window doesn&acute;t change the line.
The -t switch prefixes the line with a timestamp if global time stamping is on or timestamping is on for that window.

The -q switch makes it not display the text if called from an alias using the . prefix.
The -l switch makes it apply the highlight settings to the line that&acute;s displayed.
The -bf switches make it apply the beep/flash settings in the window it is echoing to.
The -n switch prevents the echo from hiliting the window switchbar icon.
The -m switch indicates that the line should treated as a user message, not an event.
The -g switch prevents the line from being logged to the log file.
The -r switch applies the strip settings in the messages dialog.

Note: This text is only displayed in your own window, it isn&acute;t sent to the server, no one else can see it.