Re: scripting perl: getting window item from channel
Wouter Coekaerts <[email protected]> Mon, 28 Dec 2009 12:21:54 +0100
| Newsgroups | gmane.network.irc.irssi.user |
|---|---|
| Message-ID | <[email protected]> |
On Monday 14 December 2009 12:15:53 polemon wrote: > I've got a channel object and I'd like to move the window item in which > this channel is. My idea is to get the window item from the channel, but > how do I do that? A late reply, but the channel IS the window item. The Irssi::Channel object is also the Irssi::Windowitem. Regards, Wouter.