Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
27.1 /
lisp /
erc /
[ HOME SHELL ]
Name
Size
Permission
Action
erc-autoaway.elc
11.75
KB
-rw-r--r--
erc-backend.elc
157.65
KB
-rw-r--r--
erc-button.elc
17.08
KB
-rw-r--r--
erc-capab.elc
7.76
KB
-rw-r--r--
erc-compat.elc
4.18
KB
-rw-r--r--
erc-dcc.elc
41.46
KB
-rw-r--r--
erc-desktop-notifications.elc
5.73
KB
-rw-r--r--
erc-ezbounce.elc
4.92
KB
-rw-r--r--
erc-fill.elc
6.81
KB
-rw-r--r--
erc-goodies.elc
35.06
KB
-rw-r--r--
erc-ibuffer.elc
6.6
KB
-rw-r--r--
erc-identd.elc
4.92
KB
-rw-r--r--
erc-imenu.elc
2.39
KB
-rw-r--r--
erc-join.elc
8.85
KB
-rw-r--r--
erc-lang.elc
4.48
KB
-rw-r--r--
erc-list.elc
10.22
KB
-rw-r--r--
erc-loaddefs.el
11.96
KB
-rw-r--r--
erc-log.elc
14.75
KB
-rw-r--r--
erc-match.elc
19.19
KB
-rw-r--r--
erc-menu.elc
6.36
KB
-rw-r--r--
erc-netsplit.elc
7.88
KB
-rw-r--r--
erc-networks.elc
40.34
KB
-rw-r--r--
erc-notify.elc
9.72
KB
-rw-r--r--
erc-page.elc
5.09
KB
-rw-r--r--
erc-pcomplete.elc
11.69
KB
-rw-r--r--
erc-replace.elc
4
KB
-rw-r--r--
erc-ring.elc
5.62
KB
-rw-r--r--
erc-services.elc
18.55
KB
-rw-r--r--
erc-sound.elc
5.75
KB
-rw-r--r--
erc-speedbar.elc
9.55
KB
-rw-r--r--
erc-spelling.elc
4.85
KB
-rw-r--r--
erc-stamp.elc
15.18
KB
-rw-r--r--
erc-track.elc
32.41
KB
-rw-r--r--
erc-truncate.elc
4.31
KB
-rw-r--r--
erc-xdcc.elc
5.82
KB
-rw-r--r--
erc.elc
244.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : erc-autoaway.elc
;ELC ;;; Compiled ;;; in Emacs version 27.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\301%\207" [require erc custom-declare-group erc-autoaway nil "Set yourself automatically away after some idletime and set\nyourself back when you type something." :group] 6) #@91 The Emacs idletimer. This is only used when `erc-autoaway-idle-method' is set to `emacs'. (defvar erc-autoaway-idletimer nil (#$ . 628)) #@40 The last time the user sent something. (defvar erc-autoaway-last-sent-time (erc-current-time) (#$ . 771)) #@83 Indicates whether this module was responsible for setting the user's away status. (defvar erc-autoaway-caused-away nil (#$ . 883)) #@154 Reestablish the Emacs idletimer. If `erc-autoaway-idle-method' is `emacs', you must call this function each time you change `erc-autoaway-idle-seconds'. (defalias 'erc-autoaway-reestablish-idletimer #[nil "\203 \302!\210\303 \304\305 $\211\207" [erc-autoaway-idletimer erc-autoaway-idle-seconds erc-cancel-timer run-with-idle-timer t erc-autoaway-set-away] 5 (#$ . 1021) nil]) #@89 Return some ERC server buffer if its connection is alive. If none is found, return nil. (defalias 'erc-autoaway-some-server-buffer #[nil "\300\301!@\207" [erc-buffer-list erc-open-server-buffer-p] 2 (#$ . 1408)]) #@147 Add autoaway reset function to `post-command-hook' if at least one ERC process is alive. This is used when `erc-autoaway-idle-method' is `user'. (defalias 'erc-autoaway-insinuate-maybe #[(&optional server &rest ignored) "\204 \301 \205 \302\303\304\"\207" [server erc-autoaway-some-server-buffer add-hook post-command-hook erc-autoaway-reset-idle-user] 3 (#$ . 1628)]) #@146 Remove the autoaway reset function from `post-command-hook' if no ERC process is alive. This is used when `erc-autoaway-idle-method' is `user'. (defalias 'erc-autoaway-remove-maybe #[(&rest ignored) "\300 ?\205\n \301\302\303\"\207" [erc-autoaway-some-server-buffer remove-hook post-command-hook erc-autoaway-reset-idle-user] 3 (#$ . 2008)]) #@272 Non-nil if Erc-Autoaway mode is enabled. See the `erc-autoaway-mode' command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node `Easy Customization') or call the function `erc-autoaway-mode'. (custom-declare-variable 'erc-autoaway-mode nil '(#$ . 2358) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'erc-autoaway :type 'boolean) #@971 Toggle ERC autoaway mode. With a prefix argument ARG, enable autoaway if ARG is positive, and disable it otherwise. If called from Lisp, enable the mode if ARG is omitted or nil. In ERC autoaway mode, you can be set away automatically. If `erc-auto-set-away' is set, then you will be set away after the number of seconds specified in `erc-autoaway-idle-seconds'. There are several kinds of being idle: User idle time measures how long you have not been sending any commands to Emacs. This is the default. Emacs idle time measures how long Emacs has been idle. This is currently not useful, since Emacs is non-idle when it handles ping-pong with IRC servers. See `erc-autoaway-idle-method' for more information. IRC idle time measures how long since you last sent something (see `erc-autoaway-last-sent-time'). If `erc-auto-discard-away' is set, then typing anything, will set you no longer away. Related variables: `erc-public-away-p' and `erc-away-nickname'. (defalias 'erc-autoaway-mode #[(&optional arg) "\304 \305\302 \306=\203 \307\302!?\202 \310 !\311V\"\210\n\203# \312 \210\202&