Skip to content
General IRCd

Away

A TG007 community discussion started by LAS.

Discussion 3 posts
Page 1 of 1
Open
Topic #8116 · 3 published posts · 1,388 views

I usly wouldnt ask for help unless I couldn't find what I need. But I'm lazy this month. So I got a simple question,

 

Say a user uses /away <message> - (make note I dont like fancy scripts just simple text style scripts) Anywas they use that command. I'm just wounding what is the command to make in (nicklist) their screen name to change color, such like:

 

CleanBot is now away.

;In the nicklist nomral color would be green, and I'd like to to change colors when they go away so... Maybe gray out or something.

CleanBot is now back.

;In the nicklist it would change back to normal color.

 

I dont remeber how to do it off the top of my head and I'm too lazy to actully go look around. I've had this really bad headack the last few days and lack of sleep as well so I figured I'd post it here see if anyone can help.

on away

cline $color(gray text) $chan $nick

 

on return

cline $color(listbox text) $chan $nick

Edited Feb 26, 2007 1:59 AM by Travis

Thank you. Guess I wont have to look for it afther all. :)