| Server IP : 217.160.0.212 / Your IP : 216.73.216.141 Web Server : Apache System : Linux www 6.18.51-i1-ampere #1196 SMP Fri Sep 11 20:43:55 CEST 2026 aarch64 User : sws1073854427 ( 1073854427) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/emacs/28.2/lisp/net/ |
Upload File : |
;ELC
;;; Compiled
;;; in Emacs version 28.2
;;; with all optimizations.
(byte-code "\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\207" [require cl-lib ring time-date auth-source parse-time] 2)
(defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))
(byte-code "\300\301\302\303\304\305\306\307\310\311\312\313&\210\314\315\316\317\320DD\321\322\323\304\324&\210\314\325\316\317\326DD\327\322\330%\210\314\331\316\317\332DD\333\322\334%\210\314\335\316\317\336DD\337\304\340\322\334&\210\314\341\316\317\342DD\343\304\340\322\334&\210\314\344\316\317\345DD\346\322\334%\210\314\347\316\317\350DD\351\322\334%\210\314\352\316\317\353DD\354\322\355%\210\314\356\316\317\357DD\360\361\362\322\363&\210\314\364\316\317\365DD\366\322\367%\210\314\370\316\317\371DD\372\304\373\322\374&\207" [custom-declare-group rcirc nil "Simple IRC client." :version "22.1" :prefix "rcirc-" :link (custom-manual "(rcirc)") :group applications custom-declare-variable rcirc-server-alist funcall function #[0 "\300 \203 \301\207\302\207" [gnutls-available-p (("irc.libera.chat" :channels ("#emacs" "#rcirc") :port 6697 :encryption tls)) (("irc.libera.chat" :channels ("#emacs" "#rcirc")))] 1 #1=""] "An alist of IRC connections to establish when running `rcirc'.\nEach element looks like (SERVER-NAME PARAMETERS).\n\nSERVER-NAME is a string describing the server to connect\nto.\n\nThe optional PARAMETERS come in pairs PARAMETER VALUE.\n\nThe following parameters are recognized:\n\n`:nick'\n\nVALUE must be a string. If absent, `rcirc-default-nick' is used\nfor this connection.\n\n`:port'\n\nVALUE must be a number or string. If absent,\n`rcirc-default-port' is used.\n\n`:user-name'\n\nVALUE must be a string. If absent, `rcirc-default-user-name' is\nused.\n\n`:password'\n\nVALUE must be a string. If absent, no PASS command will be sent\nto the server.\n\n`:full-name'\n\nVALUE must be a string. If absent, `rcirc-default-full-name' is\nused.\n\n`:channels'\n\nVALUE must be a list of strings describing which channels to join\nwhen connecting to this server. If absent, no channels will be\nconnected to automatically.\n\n`:encryption'\n\nVALUE must be `plain' (the default) for unencrypted connections, or `tls'\nfor connections using SSL/TLS.\n\n`:server-alias'\n\nVALUE must be a string that will be used instead of the server\nname for display purposes. If absent, the real server name will\nbe displayed instead." :type (alist :key-type string :value-type (plist :options ((:nick string) (:port integer) (:user-name string) (:password string) (:full-name string) (:channels (repeat string)) (:encryption (choice (const tls) (const plain))) (:server-alias string)))) "28.1" rcirc-default-port #[0 "\300\207" [6667] 1 #1#] "The default port to connect to." integer rcirc-default-nick #[0 "\300 \207" [user-login-name] 1 #1#] "Your nick." string rcirc-default-user-name #[0 "\300\207" ["user"] 1 #1#] "Your user name sent to the server when connecting." "24.1" rcirc-default-full-name #[0 "\300\207" ["unknown"] 1 #1#] "The full name sent to the server when connecting." rcirc-default-part-reason #[0 "\207" [rcirc-id-string] 1 #1#] "The default reason to send when parting from a channel.\nUsed when no reason is explicitly given." rcirc-default-quit-reason #[0 "\207" [rcirc-id-string] 1 #1#] "The default reason to send when quitting a server.\nUsed when no reason is explicitly given." rcirc-fill-flag #[0 "\300\207" [t] 1 #1#] "Non-nil means line-wrap messages printed in channel buffers." boolean rcirc-fill-column #[0 "\300\207" [nil] 1 #1#] "Column beyond which automatic line-wrapping should happen.\nIf nil, use value of `fill-column'.\nIf a function (e.g., `frame-text-width' or `window-text-width'),\ncall it to compute the number of columns." :risky t (choice (const :tag "Value of `fill-column'" nil) (integer :tag "Number of columns") (function :tag "Function returning the number of columns")) rcirc-fill-prefix #[0 "\300\207" [nil] 1 #1#] "Text to insert before filled lines.\nIf nil, calculate the prefix dynamically to line up text\nunderneath each nick." (choice (const :tag "Dynamic" nil) (string :tag "Prefix text")) rcirc-url-max-length #[0 "\300\207" [nil] 1 #1#] "Maximum number of characters in displayed URLs.\nIf nil, no maximum is applied." "27.1" (choice (const :tag "No maximum" nil) (integer :tag "Number of characters"))] 12)
#@47 Non-nil means ignore activity in this buffer.
(defvar rcirc-ignore-buffer-activity-flag nil (#$ . 4406))
(make-variable-buffer-local 'rcirc-ignore-buffer-activity-flag)
#@67 Non-nil means activity in this buffer is considered low priority.
(defvar rcirc-low-priority-flag nil (#$ . 4581))
(make-variable-buffer-local 'rcirc-low-priority-flag)
#@62 List of pending requests.
See `rcirc-omit-unless-requested'.
(defvar rcirc-pending-requests nil (#$ . 4756))
(byte-code "\300\301!\210\302\303\304\305\306DD\307\310\311\312\313&\210\302\314\304\305\315DD\316\312\317%\207" [make-variable-buffer-local rcirc-pending-requests custom-declare-variable rcirc-omit-unless-requested funcall function #[0 "\300\207" [nil] 1 #1=""] "List of commands to only be requested if preceded by a command.\nFor example, if \"TOPIC\" is added to this list, TOPIC commands\nwill only be displayed if `rcirc-cmd-TOPIC' was previously\ninvoked. Commands will only be hidden if `rcirc-omit-mode' is\nenabled." :version "28.1" :type (repeat string) rcirc-omit-responses #[0 "\300\207" [("JOIN" "PART" "QUIT" "NICK")] 1 #1#] "Responses which will be hidden when `rcirc-omit-mode' is enabled." (repeat string)] 8)
#@56 Marker indicating the beginning of the message prompt.
(defvar rcirc-prompt-start-marker nil (#$ . 5601))
(make-variable-buffer-local 'rcirc-prompt-start-marker)
#@99 Non-nil if Rcirc-Omit mode is enabled.
Use the command `rcirc-omit-mode' to change this variable.
(defvar rcirc-omit-mode nil (#$ . 5769))
(make-variable-buffer-local 'rcirc-omit-mode)
#@685 Toggle the hiding of "uninteresting" lines.
This is a minor mode. If called interactively, toggle the `Rcirc-Omit
mode' mode. If the prefix argument is positive, enable the mode, and
if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `rcirc-omit-mode'.
The mode's hook is called both when the mode is enabled and when it is
disabled.
Uninteresting lines are those whose responses are listed in
`rcirc-omit-responses'.
(fn &optional ARG)
(defalias 'rcirc-omit-mode #[256 "\303 \304=\203
?\202 \247\203 \305W\203 \306\202 \307\310\301!\2031 \311\300 \"\2031 \300 B\203<