195 |
195 |
196 # colours |
196 # colours |
197 self.saveColours(Preferences.setIrc) |
197 self.saveColours(Preferences.setIrc) |
198 |
198 |
199 |
199 |
200 def create(dlg): # noqa: U100 |
200 def create(_dlg): |
201 """ |
201 """ |
202 Module function to create the configuration page. |
202 Module function to create the configuration page. |
203 |
203 |
204 @param dlg reference to the configuration dialog |
204 @param _dlg reference to the configuration dialog (unused) |
205 @type ConfigurationDialog |
205 @type ConfigurationDialog |
206 @return reference to the instantiated page |
206 @return reference to the instantiated page |
207 @rtype ConfigurationPageBase |
207 @rtype ConfigurationPageBase |
208 """ |
208 """ |
209 page = IrcPage() |
209 page = IrcPage() |