phrik
phrik は、ほとんどの IRC チャンネル に存在する IRC ボットです。これは Limnoria (以前は [1]) であり、頻繁に繰り返される引用などの便利なfactoids とユーティリティが満載されています。フレーズを作成したり、人々に役立つリンクやその他の管理タスクを迅速に提供します。factoids と呼ばれるカスタム コマンド は、登録後に編集または追加できます (NickServ 登録と混同しないでください)
アカウント
登録する
新しい factoids を作成したり、既存の factoids を変更するには、phrik アカウントが必要です。IRC ニックネームと同じ名前である必要はありません。
register name password
例: register demize thing
は、demize
という名前のアカウントをパスワード stuff
で登録します。
識別する
現在のセッション中、または unidentify
するまで phrik で識別するには、次のコマンドを実行する必要があります:
identify name password
例: identify demize stuff
ホスト名で識別する
接続するたびに phrik で識別する必要がない場合は、phrik アカウントにホストマスクを追加すると、そのホストから接続するたびに自動的に識別されるようになります。これらは、nick!ident@host
の形式です。
ただし、追加するホストマスクには注意してください。そのホストマスクで接続している人は誰でもあなたとして識別されるため、大幅に変更される可能性が高いため、ISP からホストを追加しないでください。ホストマスクで自動識別するには、サーバーから IRC するか、クロークを使用する必要があります。そうしないと、ホストが大幅に変更される可能性が高く、他のユーザーがあなたであると識別される可能性があります。ホストで識別される場合は、同じサーバーから接続している他のユーザーがあなたであることを偽ることができないように、ident サーバーを実行することもできます。
2 つの良い例は、demize!kyrias@theos.kyriasis.com
または *!*@archlinux/op/demize
です。
新しいホストマスクの追加
ホストマスクを追加するには、次のコマンドをプライベートで phrik に送信します:
hostmask add hostmask
例: !hostmask add demize!kyrias@theos.kyriasis.com
ホストマスクの削除
hostmask remove name hostmask
hostmask remove demize demize!kyrias@theos.kyriasis.com
ホストマスクの一覧表示
hostmask list
Factoids
phrik には MoobotFactoids プラグインがあり、ユーザーは小さなメッセージである factoids を作成、呼び出し、他の人に与えることができます。
phrik factoids を呼び出すようにするには、次のように、感嘆符をプレフィックスとして付けた factoids のキーを、そのキーが存在するチャネルまたはプライベートなチャネルに送信します。
!welcome
factoids の検索
既存の factoids を検索するには、listkeys および listvalues コマンドを使用できます。
!listkeys welcome
もしくは
!listvalues welcome
作成者ごとの factoids のリスト
!listauth
を使用して、ニックが作成したすべての factoids を検索します。phrik は作成された factoids の名前を返さないため、誰かが誤って factoids を作成した場合にこれは最適です。
!listauth phrik
factoids に関する情報を調べる
factoids の作成者と作成時刻を調べたい場合は、factinfo コマンドを使用できます:
!factinfo welcome
新しい factoids の作成
新しい factoids の作成は、factoids を呼び出すキー、is
を入力してからメッセージを入力するだけで簡単です。多くの場合、メッセージの先頭に <reply>
を付加して、phrik が <key> is <value>
を出力するのではなく、指定したとおりにメッセージを書き込むようにしたい場合
次のような factoids を作成します:
!example is "<reply>This is an example factoid"
チャンネル内で誰かが !example
と言ったときに、phrik がチャンネルまたは PM に This is an example factoid
を送信します。<reply>
が省略された場合、phrik は代わりに example is This is an example fatoid
と言います。
Factoid ロック
factoids をロックして、他の人が factoids を削除または上書きできないようにすることもできますが、factoids が変更される正当な理由がある場合には邪魔になるだけなので、通常はその必要はありません。通常、ロックとロック解除は MoobotFactoids
プラグインからコマンドを呼び出すことによって行われますが、便宜上、!fact
は !MoobotFactoids
というエイリアスが付けられています。
変更する必要があると思われる factoids がロックされている場合は、まずロックした人に連絡してください (!factinfo
が教えてくれます) その人と連絡が取れない、または変更することを拒否したが、それでも変更する必要があると思われる場合は、ルール違反などによる場合は、運営に連絡してください。(ops のリストを取得するには、!listops
を phrik に送信します。)
!fact lock factoid_key
もしくは
!fact unlock factoid_key
factoids の変更
Factoid を変更するには 2 つの方法があります。1 つ目は正規表現の代替を使用する方法で、2 つ目は正規表現を完全に置き換える方法です。正規表現置換には、元の作成者情報と最後に変更した人に関する情報が保持されるという優れた特性があります。
正規表現の代替
ファクトイド例の単語 "This" を "That" に置き換えるには、次のように正規表現置換を使用できます:
!example =~ s/This/That/
factoids の置き換え
factoids を新しいものに完全に置き換えるには、次のように no コマンドを使用します:
!no example is "<reply>a really bad example factoid"
factoids の削除
ファクトイドの削除は !MoobotFactoids delete factoid_key
で行いますが、これでは長すぎるため、!rmfact
という便宜上のエイリアスが存在します。正当な理由なく他の factoids を削除しないでください。不明な点がある場合は、まず質問してください。
!rmfact factoid_key
Quotes
phrik uses the QuoteGrabs plugin to provide an easy to use system for storing and retrieving things users say. You do not need to be identified with phrik to grab/retrieve quotes. All the QuoteGrabs commands can be listed using the command !list QuoteGrabs
.
(The channel
argument does not seem to make any difference to the result of any of the commands listed below.)
Grab
The !grab nickname
command is used to "grab" a quote. This means that the last thing nickname
said will be stored in phrik's internal database. Example:
!grab Arch-TK
!grab
is synonymous to !QuoteGrabs grab
.
Quote
The !quote nickname
command is used to view the last grabbed quote.
!quote
is synonymous to !QuoteGrabs quote
, and so is !q
Random
The !QuoteGrabs random nickname
command is used to view a random selection of quotes. Given a <nickname>
the selection is narrowed to just one user.
The alias !rq
can be used in place of !QuoteGrabs random
and the alias !multirq
gives a selection of 5 random quotes instead of just 1.
Search
The !QuoteGrabs search [channel] text
command is used to search phrik's quote database for a quote containing a given string. This command does a literal search, this means that searching for "Arch-TK broken" will not return any search results unless that literal result is found. For example:
!QuoteGrabs search "Arch-TK Windows"
Will not return #35732: Windows ME, best windows.
.
The alias !qfind
can be used in place of !QuoteGrabs search
.
List
The !QuoteGrabs list [channel] nickname
command is used to list all the quotes for a given user.
The alias !qlist
can be used in place of !QuoteGrabs list
.
Say
The !QuoteGrabs say [channel] id
command is used to view the full quote text using an ID returned by the search and list functions.
For example:
!QuoteGrabs say 34656
Will return:
<sudokode> ew you might as well be using windows
The alias !qsay
can be used in place of !QuoteGrabs say
.
Get
The !QuoteGrabs get [channel] id
command is very similar to the Say command. It returns the full text of the quote along with additional information.
For example:
!QuoteGrabs get 34656
Will return:
<sudokode> ew you might as well be using windows (Said by: sudokode!~ponies@unaffiliated/sudokode; grabbed by quantum-mechanic!~neutrino@unaffiliated/electron/x-8286743 at 11:21 AM, November 12, 2014
The alias !qget
can be used in place of !QuoteGrabs get
but does not permit using a channel
argument.