Eggdrop/Windrop

30-12-2010 10:57
14. Match characters Many of the bindings allow match characters in the arguments. Here are the four special characters: ? matches any single character * ...
30-12-2010 10:53
13. TCP connections Eggdrop allows you to make two types of TCP ("telnet") connections: outgoing and incoming. For an outgoing connection, you specify the remote host and port to connect to. For an incoming connection, you specify a port to listen on. All of the connections are...
30-12-2010 10:52
12. Control procedures Using the 'control' command, you can put a DCC connection (or outgoing TCP connection) in control of a script. All text received from the connection is sent to the proc you specify. All outgoing text should be sent with 'putdcc'. The control procedure is...
30-12-2010 10:50
11. Bind You can use the 'bind' command to attach Tcl procedures to certain events. For example, you can write a Tcl procedure that gets called every time a user says "danger" on the channel. Some bind types are marked as "stackable". That means that you can bind multiple...
30-12-2010 10:48
10. Global variables NOTE: All config file variables are also global. botnick Value: the current nickname the bot is using (for example: "Valis", "Valis0", etc.) Module: server botname Value: the current nick!user@host that the server sees (for example:...
30-12-2010 10:45
9. Miscellaneous commands bind <type> <flags> <keyword/mask> [proc-name] Description: You can use the 'bind' command to attach Tcl procedures to certain events. flags are the flags the user must have to trigger the event (if applicable). ...
30-12-2010 10:43
8. Filesys module setpwd <idx> <dir> Description: changes the directory of a file system user, in exactly the same way as a 'cd' command would. The directory can be specified relative or absolute. Returns: nothing Module: filesys getpwd <idx> Returns:...
30-12-2010 10:41
7. Compress module compressfile [-level <level>] <src-file> [target-file] uncompressfile <src-file> [target-file] Description: compresses or un-compresses files. The level option specifies the compression mode to use when compressing. Available...
30-12-2010 10:37
6. Assoc module assoc <chan> [name] Description: sets the name associated with a botnet channel, if you specify one Returns: current name for that channel, if any Module: assoc killassoc <chan> Description: removes the name associated with a botnet...
30-12-2010 10:36
5. Notes module notes <user> [numberlist] Returns: -1 if no such user, -2 if notefile failure. If a numberlist is not specified, the number of notes stored for the user is returned. Otherwise, a list of sublists containing information about notes stored...
1 | 2 >>

Comentários da página

Não foram encontrados comentários.

Novo comentário