Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
emacs /
23.1 /
lisp /
erc /
[ HOME SHELL ]
Name
Size
Permission
Action
erc-autoaway.elc
11.58
KB
-rw-r--r--
erc-backend.elc
154.28
KB
-rw-r--r--
erc-button.elc
16.69
KB
-rw-r--r--
erc-capab.elc
7.67
KB
-rw-r--r--
erc-compat.elc
4.38
KB
-rw-r--r--
erc-dcc.elc
39.39
KB
-rw-r--r--
erc-ezbounce.elc
5.19
KB
-rw-r--r--
erc-fill.elc
6.71
KB
-rw-r--r--
erc-goodies.elc
32.55
KB
-rw-r--r--
erc-hecomplete.elc
7.96
KB
-rw-r--r--
erc-ibuffer.elc
6.77
KB
-rw-r--r--
erc-identd.elc
4.86
KB
-rw-r--r--
erc-imenu.elc
2.61
KB
-rw-r--r--
erc-join.elc
6.03
KB
-rw-r--r--
erc-lang.elc
4.68
KB
-rw-r--r--
erc-list.elc
9.25
KB
-rw-r--r--
erc-log.elc
14.83
KB
-rw-r--r--
erc-match.elc
19.02
KB
-rw-r--r--
erc-menu.elc
6.15
KB
-rw-r--r--
erc-netsplit.elc
7.94
KB
-rw-r--r--
erc-networks.elc
39.94
KB
-rw-r--r--
erc-notify.elc
9.37
KB
-rw-r--r--
erc-page.elc
4.88
KB
-rw-r--r--
erc-pcomplete.elc
10.62
KB
-rw-r--r--
erc-replace.elc
3.85
KB
-rw-r--r--
erc-ring.elc
5.21
KB
-rw-r--r--
erc-services.elc
15.01
KB
-rw-r--r--
erc-sound.elc
5.59
KB
-rw-r--r--
erc-speedbar.elc
10
KB
-rw-r--r--
erc-spelling.elc
4.66
KB
-rw-r--r--
erc-stamp.elc
14.9
KB
-rw-r--r--
erc-track.elc
34.83
KB
-rw-r--r--
erc-truncate.elc
4.18
KB
-rw-r--r--
erc-xdcc.elc
5.74
KB
-rw-r--r--
erc.elc
219.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : erc-autoaway.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:03:00 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/erc/erc-autoaway.el ;;; in Emacs version 23.1.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`erc-autoaway.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (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) #@90 The Emacs idletimer. This is only used when `erc-autoaway-idle-method' is set to 'emacs. (defvar erc-autoaway-idletimer nil (#$ . 839)) #@40 The last time the user sent something. (defvar erc-autoaway-last-sent-time (erc-current-time) (#$ . 981)) #@83 Indicates whether this module was responsible for setting the user's away status. (defvar erc-autoaway-caused-away nil (#$ . 1093)) #@153 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 (#$ . 1232) 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 (#$ . 1618)]) #@146 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 (#$ . 1838)]) #@145 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 (#$ . 2217)]) #@272 Non-nil if Erc-Autoaway mode is enabled. See the command `erc-autoaway-mode' 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 '(#$ . 2566) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'erc-autoaway :type 'boolean) #@885 Toggle ERC autoaway mode. With arg, turn ERC autoaway mode on if and only if arg is positive. 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) "\303 \304=\203 \n?\202( \203 \305 !\306V\202( \n\204\"