builtins
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | builtins [2007/03/01 03:26] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: builtins.txt, | ||
| + | ======Synopsis: | ||
| + | [[load]] builtins | ||
| + | |||
| + | ======Description: | ||
| + | This script ensures backwards compatability with epic4 by implementing certain | ||
| + | commands, functions, and sets that are not built-in to epic5. | ||
| + | |||
| + | In some places, exact duplication of epic4 behavior is not possible, so a close | ||
| + | approximation has been made. | ||
| + | |||
| + | For most purposes, this script should only be used for backwards compatability. | ||
| + | |||
| + | ======Commands: | ||
| + | ^ Command ^ Description ^ | ||
| + | | bye | The same as [[quit]] | | ||
| + | | date | The same as [[time]] | | ||
| + | | dump | Implemented as the [[dump]] script | | ||
| + | | exit | The same as [[quit]] | | ||
| + | | host | The same as [[userhost]] | | ||
| + | | irchost | The same as [[hostname]] | | ||
| + | | ircname | The same as [[set realname]] | | ||
| + | | leave | The same as [[part]] | | ||
| + | | realname | The same as [[set realname]] | | ||
| + | | save | Implemented as the [[save]] script | | ||
| + | | signoff | The same as [[quit]] | ||
| + | | whowas | A shim to implement /set num_of_whowas | | ||
| + | |||
| + | ======Functions: | ||
| + | ^ Function ^ Description ^ | ||
| + | | igmask | Superceded by [[ignorectl]](pattern ...) | ||
| + | | igtype | Superceded by [[ignorectl]](get ... levels) | ||
| + | | lastserver | Superceded by [[serverctl]](last_server) | ||
| + | | myservers | Superceded by [[serverctl]](get ... connected) | ||
| + | | notifywindows | Superceded by [[windowctl]](get ... notified) | ||
| + | | rigmask | Superceded by [[ignorectl]](rpattern) | ||
| + | | rigtype | Superceded by [[ignorectl]](with_type) | ||
| + | | servergroup | Superceded by [[serverctl]](get ... group) | ||
| + | | servername | Superceded by [[serverctl]](get ... itsname) | ||
| + | | servernick | Superceded by [[serverctl]](get ... nickname) | ||
| + | | servernum | Superceded by [[serverctl]](refnum) | ||
| + | | serverourname | Superceded by [[serverctl]](get ... name) | ||
| + | | servertype | Superceded by [[serverctl]](get ... protocol) | ||
| + | | servports | Superceded by [[serverctl]](get ... port|localport) | ||
| + | | winbound | Facility has been removed | ||
| + | | wincursorline | Superceded by [[windowctl]](get ... cursor) | ||
| + | | winlevel | Superceded by [[windowctl]](get ... window_level) | ||
| + | | winline | Superceded by [[windowctl]](get ... line ...) | ||
| + | | winnam | Superceded by [[windowctl]](get ... name) | ||
| + | | winnicklist | Superceded by [[windowctl]](get ... nicklist) | ||
| + | | winnum | Superceded by [[windowctl]](get ... refnum) | ||
| + | | winquery | Superceded by [[windowctl]](get ... query) | ||
| + | | winrefs | Superceded by [[windowctl]](refnums) | ||
| + | | winscreen | Superceded by [[windowctl]](get ... screen) | ||
| + | | winscrollbacksize | Superceded by [[windowctl]](get ... display_buffer_size) | ||
| + | | winserv | Superceded by [[windowctl]](get ... server) | ||
| + | | winsize | Superceded by [[windowctl]](get ... display_size) | ||
| + | | winstatsize | Superceded by [[windowctl]](get ... double) | ||
| + | | winvisible | Superceded by [[windowctl]](get ... visible) | ||
| + | |||
| + | ======Sets: | ||
| + | ^ Set ^ Description ^ | ||
| + | | auto_new_nick | Automatically changes your nick when server rejects it | | ||
| + | | auto_rejoin | Automatically joins a channel if you are kicked | | ||
| + | | auto_rejoin_delay | Time-delay for auto-rejoin | | ||
| + | | auto_unmark_away | Undo your [[away]] status if you talk while away | | ||
| + | | auto_whowas | Do a [[whowas]] when a 401 numeric received | | ||
| + | | beep_on_msg | Beep you when you get msgs while [[away]] | | ||
| + | | command_mode | Don't require the / at the input prompt | | ||
| + | | dcc_timeout | Automatically [[dcc close]] after long idle | | ||
| + | | full_status_line | Control whether status line reverses to full width | | ||
| + | | num_of_whowas | Limit the number of whowas entries returned | | ||
| + | | show_end_of_msgs | Show numerics that are just "end of list" | | ||
| + | | show_who_hopcount | Show the server hopcount in [[on who]] output | | ||
| + | | verbose_ctcp | Output message when someone [[ctcp]]s you | | ||
| + | |||
| + | ======History: | ||
| + | This script was first included in epic5. | ||
| + | |||
builtins.txt · Last modified: 2007/03/01 03:26 by 127.0.0.1
