Prints text in the specified window using the
specified color (0 to 15).
/echo 3 #mIRC Testing
would print "Testing" in the color green in
channel window #mIRC, assuming it's already open.
If a channel/nickname isn't specified, the
-s switch echoes to the status window, the -d switch echoes to the single message window, and the
-a switch echoes 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'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'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 highlighting the window
switchbar icon.
The -m switch indicates that the line should be 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.
The -c switch uses the specified color name from the colors
dialog.
입력 : /echo 3 #채널 아아 결과 : 아
echo 는 말그대로 에코, 메아리이다. 즉 echo 로 말하는 것은 자기 자신밖에 볼 수 없다. 서버에 관계없이 말할 수 있으며, 플러드를 주의하지 않아도 된다. 자기자신만의 스크립트로 사용할때 유용할 것이다.
요약하자면, 개인 스크립트를 만들때 좋다. 사실 그이외에 쓰이는건 본적이 없다 ( ..)
2. say
/say
<message>
This sends a message to the current channel or
query window. So "/say Hello there" would be the same as just typing "Hello
there".
입력 : /say #채널 야호!
결과 : #채널 야호!
아주 간단하게 말할 수 있는 스크립이다. 하지만 단점이 있다. 내가 보고 있는 채널에서만 말 할 수 있다. 즉, 봇용으로는 그닥 적합치 않은 명령어이다.
3. msg
/MSG
nickname message
Sends a private message to nickname without
opening a query window.
입력 : /msg 아이디 야호
결과 : (귓속말) 야호
가장 많이 사용될거라고 생각하는 명령어이다. help 에는 저리 나왔으나, 굳이 저리 쓰지 않고 아래방법으로 자주 쓰인다.
입력 : /msg #채널 야호 결과 : (#채널에서) 야호
즉, 내가 어디를 보고 있던간에 어디채널, 어떤 유저에게 귓속말, 말을 할 수 있다. 물론 접속된 채널이어야하는 것은 당연한것이다.
채널에 말을 하고 싶다면, 굳이 위 명령어를 쓰지 않아도 말을 할 수 있기도 하다.
명령어는 다음과 같다.
me ame amsg notice
1. me
자기말을 강조하고 싶을때 나타내는 말이다.
/ME
message
Tells the current channel or query about what
you are doing.
입력 : /me 야호!
결과 : * 닉네임 야호!
보라색으로 표시된다.(IRC 설정에 따라 물론 틀리다.) 남들과 달리 색글로 나오는 것이라 눈에 확 튀긴하나, 과도한 사용은 좋진 않다.
2. ame & amsg
(All)이라는 개념이다.
/amsg
<message>
This and the /ame command send the specified message or action to all open
channel windows.
전제 : 입실하고 있는 채널 - #채널1 , #채널2 , #채널3 입력 : /ame 야호! 결과 : (#채널1,2,3) 야호! 결과2 : (#채널 1,2,3) 야호!
한마디로 다수채널에 메세지를 뿌릴 수 있다. 남용하면 좋진 않으나, 다수의 사람들에게 의견같은것을 물을 때는 꽤나 쓸만할 수 있다.
3. notice
공지정도의 개념이라고 보면될까? 이것역시 눈에 확 튄다. 그러나 약간 다른 방식이다.
/NOTICE
nickname message
Sends a private message to nickname without
opening a query window for either you or them.
Comments