forked from leftypol/leftypol
Migrated irc theme from webchat to kiwiirc and adding additional configuration options to the theme.
This commit is contained in:
parent
72a207b4c0
commit
006821f5d4
2 changed files with 13 additions and 3 deletions
|
@ -22,7 +22,17 @@ $theme = array(
|
|||
array('title' => 'Channel',
|
||||
'name' => 'channel',
|
||||
'type' => 'text',
|
||||
'default' => 'lainchan')),
|
||||
'default' => 'general'),
|
||||
|
||||
array('title' => 'Server',
|
||||
'name' => 'server',
|
||||
'type' => 'text',
|
||||
'default' => 'irc.lainchan.org'),
|
||||
|
||||
array('title' => 'Port',
|
||||
'name' => 'port',
|
||||
'type' => 'text',
|
||||
'default' => '6697')),
|
||||
|
||||
'build_function' => 'irc_build');
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue