5593 Public method to check, if notifications are enabled. |
5593 Public method to check, if notifications are enabled. |
5594 |
5594 |
5595 @return flag indicating, if notifications are enabled (boolean) |
5595 @return flag indicating, if notifications are enabled (boolean) |
5596 """ |
5596 """ |
5597 return Preferences.getUI("NotificationsEnabled") |
5597 return Preferences.getUI("NotificationsEnabled") |
|
5598 |
|
5599 ######################### |
|
5600 ## Support for IRC below |
|
5601 ######################### |
|
5602 |
|
5603 def autoConnectIrc(self): |
|
5604 """ |
|
5605 Public method to initiate the IRC auto connection. |
|
5606 """ |
|
5607 self.irc.autoConnect() |