Irssi: Difference between revisions

Jump to navigation Jump to search
385 bytes added ,  3 November 2009
Added thing about timezones
No edit summary
(Added thing about timezones)
Line 336: Line 336:
To get this to work under linux you will need to use Konsole, Gnome-Terminal doesn't support this feature.
To get this to work under linux you will need to use Konsole, Gnome-Terminal doesn't support this feature.
To enable this in Konsole go to Settings -> Notifications and enable taskbar on system bell.
To enable this in Konsole go to Settings -> Notifications and enable taskbar on system bell.
== Changing the timezone ==
The time on RedBrick is set to whatever localtime is in Dublin. If you're elsewhere in the world you can change the time settings on irssi to match where you are.
    /load perl                                                                 
    /script exec $ENV{'TZ'}='(nameofyourtimezone)';       
eg
    /script exec $ENV{'TZ'}='GMT+1';       


== Saving Your Config ==
== Saving Your Config ==

Navigation menu