Search found 2 matches

by Aelihel
Thu Jan 28, 2010 8:32 am
Forum: Archive - Clients and settings
Topic: Powwow Questions
Replies: 16
Views: 84300

Re: Powwow Questions

Thanks guys. Another question.. #action >+reply ^$1 tells you '={#print;#alias re=tell $1 \$0} Isn't working like I want it to. Seems like its saving the color information in the alias. Any way to keep just the text and no colors? Edit: Nevermind. Got it to work by making the color part of the patte...
by Aelihel
Wed Jan 27, 2010 8:50 pm
Forum: Archive - Clients and settings
Topic: Powwow Questions
Replies: 16
Views: 84300

Re: Powwow Questions

I have a door alias like this: #alias dd={#var $door1=$0;#print ("(Door 1): " + $door1);#print ("")} What I want is for "dd" sent with no arguments to just #print ("(Door 1): " + $door1) without deleting what was in $door1. I think I want something like this: #alias dd={#if ($0) #var $door1=$0;#prin...