Hi,

I have three things i'd like to see fixed in irssi...
Two of them are theme related, one is scripting related.

1) I'd like to see a special variable that holds the nick of the person
one has in query, so I can use that in my themes for queries. Example:

Public:
| <Fluor> my own public message
| <John> someone elses public message

And private message:
| (->John) this is a private message to john
| (<-John) John replied in private

And queried:
| (:Q:->Fluor) This is a private message to john in a query
| (:Q:<-John) John replied in the query

This query format differs. I can't get it to show 'John' on both lines
so I can use my <- and -> 'theme' as I use in private messages...
So i'd like it to show: 

| (:Q:->John) blabla
| (:Q:<-John) what blabla?

on the first line just as if I were private-messaging with John and not
using a query.  At this moment this seems impossible. Correct me if i'm
wrong.

2) Another theme thing. I'd like to be able to set the way my own
actions look like, and seperate public actions from private ones.
Right now I have:

| Own public action
| * Fluor says hi!
| Own private action in a query
| * Fluor says hi!
| John's public action
| * John waves
| John's private action in a query
| (:Q:) * John waves

I'd like to have:

| Own public action
| * Fluor says hi!
| Own private action in a query
| (:Q:) * Fluor says hi!
| John's public action
| * John waves
| John's private action in a query
| (:Q:) * John waves

There is a 'pubaction' which formats public actions by others, and
there's 'ownaction' which formats my own actions. Then you have
'pvtaction_query', that formats actions sent in private by others.
But there's seems not to be a 'ownpvtaction_query' setting.

Then the last thing:

3) Scripting. I really would like to have a (list of) channel(s) on
'message quit' signals. At this moment I can't tell what channel(s) the
user quitted. It would be great if $channel would contain something like
a comma seperated list of channels the user quitted from. I need this
for scripts that need to act on quits but not on all channels. This
seems impossible, correct me if i'm wrong. $target holds no value.

Kind regards,
Sander Smeenk
Happy irssi user

-- 
| If you can't convince them, confuse them...
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D



-- 
| Spend some time trying hard not to think about giraffes
| 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8  9BDB D463 7E41 08CE C94D

Reply via email to