App-Ikachan
view release on metacpan or search on metacpan
5000. This option doesn't mean anything if the server does not
support TCP socket.
-S, --Server
irc server address.
-P, --Port (default: 6667)
irc server port.
-K, --Keyword
irc server password
-N, --Nickname
irc nickname
-U, --User
irc user name
-r, --reverse-proxy
treat X-Forwarded-For as REMOTE_ADDR if REMOTE_ADDR match this
argument.
README.mkdn view on Meta::CPAN
- \-S, --Server
irc server address.
- \-P, --Port (default: 6667)
irc server port.
- \-K, --Keyword
irc server password
- \-N, --Nickname
irc nickname
- \-U, --User
irc user name
- \-r, --reverse-proxy
bin/ikachan view on Meta::CPAN
$irc_post_interval ||= 2;
my $irc;
my $join_channels = {};
my $is_connect = 0;
my $create_session; $create_session = sub {
irc $irc_server,
key => $irc_server,
port => $irc_port,
password => $irc_keyword,
nickname => $irc_nickname,
user => $irc_user,
interval => $irc_post_interval,
enable_ssl => $enable_ssl,
on_connect => sub {
my ($con, $err) = @_;
if (defined $err) {
warn "connect error: $err\n";
exit 1 unless $irc_reconnect_interval;
sleep $irc_reconnect_interval;
bin/ikachan view on Meta::CPAN
}
label {
display: block;
margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
bin/ikachan view on Meta::CPAN
.uneditable-input {
width: 206px;
}
textarea {
height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
bin/ikachan view on Meta::CPAN
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
bin/ikachan view on Meta::CPAN
=item -P, --Port (default: 6667)
irc server port.
=item --enable-ssl
use ssl connection.
=item -K, --Keyword
irc server password
=item -N, --Nickname
irc nickname
=item -U, --User
irc user name
=item -r, --reverse-proxy
lib/App/Ikachan.pm view on Meta::CPAN
=item -S, --Server
irc server address.
=item -P, --Port (default: 6667)
irc server port.
=item -K, --Keyword
irc server password
=item -N, --Nickname
irc nickname
=item -U, --User
irc user name
=item -r, --reverse-proxy
( run in 0.909 second using v1.01-cache-2.11-cpan-49f99fa48dc )