| abort | Kill the client with SIGABRT (trap to gdb) |
| admin | Ask the server how to contact the server admin. |
| alias_command | Create your own commands |
| allocdump | Write debug info about malloc()s to file |
| assign | Create your own variables |
| away | Tell the server you are not paying attention |
| beep | Make your terminal beep |
| bind | Tell the client what to do when you press a key |
| bind_altcharset | Insert the char that switches your font between character sets. |
| bind_backspace | Delete the character before the cursor |
| bind_backward_character | Move the cursor left one position |
| bind_backward_word | Move the cursor to the start of the previous word |
| bind_beginning_of_line | Move the cursor to the start of input line |
| bind_blink | Insert the char that toggles blinking |
| bind_bold | Insert the char that toggles bold video |
| bind_clear_screen | Do a window clear |
| bind_cpu_saver | Ask the client to save cpu by doing less housekeeping |
| bind_delete_character | Delete the character under the cursor |
| bind_delete_next_word | Delete from the cursor to the end of the next word |
| bind_delete_previous_word | Delete from the cursor to the start of the previous word. |
| bind_delete_to_previous_space | Delete from the cursor to the first space before the cursor. |
| bind_end_of_line | Move the cursor to the end of the input line. |
| bind_erase_line | Delete the entire input line. |
| bind_erase_to_beg_of_line | Delete from the cursor to the start of input. |
| bind_erase_to_end_of_line | Delete from the cursor to the end of input. |
| bind_forward_character | Move the cursor right one position. |
| bind_forward_word | Move the cursor to the next word. |
| bind_highlight_off | Insert the character that turns all highlights off. |
| bind_next_window | Move down one visible (”split”) window. |
| bind_nothing | Perform no action (unbinds a sequence) |
| bind_parse_command | Execute a block of code (provided as argument) |
| bind_previous_window | Move up one visible (”split”) window. |
| bind_quit_irc | Ask the user if they really want to exit. |
| bind_quote_character | Tell the client the next keypress should ignore its keybinding. |
| bind_refresh_inputline | Tell the client to redraw the input line. |
| bind_refresh_screen | Tell the client to redraw the entire screen. |
| bind_refresh_status | Tell the client to redraw the status bars. |
| bind_reset_line | Delete the entire input line but don’t save it in the cutbuffer. |
| bind_reverse | Insert the character that toggles reverse video. |
| bind_scroll_backward | Move backwards (older) in the scrollback buffer. |
| bind_scroll_end | End scrolling back |
| bind_scroll_forward | Move forwards (newer) in the scrollback buffer. |
| bind_scroll_start | Move to the start (oldest) of the scrollback buffer. |
| bind_self_insert | Insert the character itself into the input buffer. |
| bind_send_line | Process the contents of the input buffer and reset the input buffer. |
| bind_stop_irc | Suspend the client with SIGTSTP, returning to your shell. |
| bind_swap_last_window | Do a window last. |
| bind_swap_next_window | Do a window next. |
| bind_swap_previous_window | Do a window previous. |
| bind_switch_channels | Cycle through the channels in a window. |
| bind_switch_query | Cycle through the queries in a window. |
| bind_toggle_insert_mode | Toggle between inserting before the cursor and overwriting what is under the cursor. |
| bind_toggle_stop_screen | Do a window hold_mode TOGGLE. |
| bind_transpose_characters | Swap the character the cursor is on with the character before the cursor. |
| bind_type_text | Insert some text (provided as argument) into the input buffer. |
| bind_unclear_screen | Do a window unclear. |
| bind_underline | Insert the character that toggles underline video. |
| bind_unstop_all_windows | Do a window hold_mode OFF in all windows. |
| bind_yank_from_cutbuffer | Insert into the input line whatever we last deleted into the cutbuffer. |
| bless | Gain access to the local variables of the oldest waiting atomic scope. |
| botmode | Detach from the pty run the client in the background. You are returned to your shell. |
| break | Early termination of the loop; advance to the next command in the block. |
| call | Dump the current script call stack to the window. |
| cd | Change the client’s current working directory |
| channel_command | Join or associate a channel with a window. |
| clear | Do a window clear; Display nothing in the window. |
| comment | The no-op command. |
| connect_command | Ask a server on the network to link to another server not on the network (oper only). |
| continue | Early termination of the current iteration of a loop; go back to the top and start the next iteration. |
| ctcp | Client To Client Protocol: ask other clients for information. |
| ctcp_action | Tell someone or a channel what you are doing. |
| ctcp_clientinfo | Ask another client what ctcp commands they support. |
| ctcp_echo | Ask another client to send you a string back. |
| ctcp_finger | Ask another client about the man behind the mask. |
| ctcp_ping | Ask another client to respond, to measure lag time. |
| ctcp_time | Ask another client what time they think it is. |
| ctcp_userinfo | Ask another client for its user-customizable string. |
| ctcp_utc | Tell another client to insert the current time here. |
| ctcp_version | Ask another client what software version it is. |
| dcc | Direct Client Connection: talking with another user outside of irc. |
| dcc_chat | Initiate a private conversation with someone outside of irc. |
| dcc_close | Terminate a dcc session. |
| dcc_closeall | Terminate every dcc session. |
| dcc_get | Accept a copy of someone else’s file. |
| dcc_list | Show all of the dcc sessions. |
| dcc_raw | Send data to a dcc socket connection. |
| dcc_rename | Change the nickname associated with a dcc session. |
| dcc_resume | Agree to continue downloading a file you partially downloaded already. |
| dcc_send | Extend an offer to copy a file to someone else. |
| defer | Run a command only when the client is not doing something. |
| deop | Revoke your own irc operatorship privileges (oper only) |
| describe | Tell another nick what you are doing with a ctcp action. |
| die | Tell your server to shut down (oper only) |
| disconnect | Close the connection to a server |
| do | Post-test looping command |
| dump | Bulk-removal of aliases, assigns, ons, etc |
| echo | Display something to a window. |
| encrypt | Initiate transparant encryption over any transport protocol. |
| eval | Expand variables in a statement again and execute it. |
| exec_command | Run unix commands in a subshell. |
| exit | Tell the client to shut down. |
| fe | Iterate over a word list |
| fec | Iterate over the characters in a string |
| flush | Suppress display of stuff coming from the server when you’re being flooded. |
| for | Multi-purpose looping command. |
| foreach | Iterate over aliases or assign names in a structure. |
| hook | Throw an on hook event. |
| hostname | Change your virtual hostname. |
| if | Conditional command. |
| ignore | Suppress display of stuff coming from people who you don’t want to be bothered with. |
| info_command | Ask the client and server about the software you’re using. |
| input | Get the user to answer a question with a modal prompt. |
| input_char | Get the user to type a key with a modal prompt. |
| invite | Ask someone to join a channel. |
| ison | Ask the server if nicknames in a list are on the network. |
| join | Join or associate a channel with a window. |
| kick | Remove someone from a channel. |
| kill | Remove someone from the irc network. (oper only) |
| knock | Ask to be invited to a channel. |
| lastlog_command | Redisplay stuff that has previously shown up in a window. |
| license | Display the copyright and legal disclaimers. |
| links | Ask the server what servers are on the network. |
| list | Ask the server to tell you about the network’s public channels. |
| load | Import and run commands from a file. |
| local | Create an assign that goes away when the alias is over. |
| log_command | General purpose logfiles. |
| lusers | Ask the server how many users and servers are on the network. |
| map_command | Ask the server to show you the topology of the network. |
| me | Tell the channel what you are doing with a ctcp action. |
| mesg | Permit or revoke global write access to your pty. |
| mode | Change the mode of a channel. |
| motd_command | Ask the server for the Message Of The Day. |
| msg | Send a message to someone. |
| names | Ask the server about who is on what channels. |
| nick | Change your nickname. |
| note | Leave a message for someone when they are away (rare) |
| notice | Send a response to someone’s message. |
| notify_command | Make the client periodically ask the server if certain nicknames are on the network. |
| on | Register event handlers for certain types of hooks |
| on_action | Hooked when people do me or describe. |
| on_channel_lost | Hooked when you stop being on a channel. |
| on_channel_nick | Hooked when people change their nickname. |
| on_channel_signoff | Hooked when people leave a channel. |
| on_channel_sync | Hooked when you know everything about a channel you just joined. |
| on_connect | Hooked when a server accepts you. |
| on_ctcp | Hooked when a ctcp message needs to be displayed. |
| on_ctcp_reply | Hooked when someone response to your ctcp. |
| on_ctcp_request | Hooked when someone sends you a ctcp. |
| on_dcc_activity | Hooked when you send or receive a packet via dcc. |
| on_dcc_chat | Hooked when someone sends you a message over dcc chat. |
| on_dcc_connect | Hooked when a dcc connection starts. |
| on_dcc_list | Hooked for each dcc connection when you do dcc list. |
| on_dcc_lost | Hooked when a dcc connection ends. |
| on_dcc_offer | Hooked when you offer someone a dcc connection. |
| on_dcc_raw | Hooked when you get data from a raw socket. |
| on_dcc_request | Hooked when someone offers you a dcc connection. |
| on_disconnect | Hooked when you’re not connected to a server. |
| on_encrypted_notice | Hooked when someone sends you an encrypted notice over irc. |
| on_encrypted_privmsg | Hooked when someone sends you an encrypted message over irc. |
| on_error | Hooked when the server sends you an ERROR. |
| on_exec | Hooked when an exec process writes to stdout. |
| on_exec_errors | Hooked when an exec process writes to stderr. |
| on_exec_exit | Hooked whan exec process terminates. |
| on_exec_prompt | Hooked when exec process writes a partial line. |
| on_exit | Hooked when the client is shutting down |
| on_flood | Hooked when the client thinks you’re being flooded. |
| on_general_notice | Hooked when you receive any kind of notice. |
| on_general_privmsg | Hooked when you receive any kind of msg. |
| on_help |
| on_hook | Hooked when you use the hook command. |
| on_idle | Hooked once a minute when you’re not pressing keys. |
| on_input | Hooked when you use bind send_line. |
| on_invite | Hooked when someone invites you to a channel. |
| on_join | Hooked when you join a channel. |
| on_keybinding | Hooked each time a keybinding is executed. |
| on_kick | Hooked when someone is kicked from a channel. |
| on_kill | Hooked when someone is kicked off of irc. |
| on_list | Hooked for each line when you do list. |
| on_mail | Hooked whenever you receive new email. |
| on_mode | Hooked when someone changes the mode on a channel. |
| on_mode_stripped | Hooked once for each mode change on a channel. |
| on_msg | Hooked when someone sends you a private message. |
| on_msg_group | Hooked when someone sends a message to everyone. |
| on_names | Hooked for each line when you do names. |
| on_new_nickname | Hooked when the client needs a new nickname from you. |
| on_nickname | Hooked when someone changes nickname |
| on_note | Hooked when someone has sent you an offline message (rare). |
| on_notice | Hooked when someone has sent you a notice. |
| on_notify_signoff | Hooked when someone you are watching leaves irc. |
| on_notify_signon | Hooked when someone you are watching joins irc. |
| on_numeric | Hooked when you receive a numeric reply from server. |
| on_odd_server_stuff | Hooked when the server sends something that can’t be parsed. |
| on_oper_notice | Hooked when the server sends a message to opers. |
| on_operwall | Hooked when someone sends a message to all opers. |
| on_part | Hooked when someone leave the channel. |
| on_pong | Hooked when the server responds to your ping request. |
| on_public | Hooked when someone talks on a current channel. |
| on_public_msg | Hooked when someone outside the channel talks. |
| on_public_notice | Hooked when someone sends a notice to the channel. |
| on_public_other | Hooked when someoen talks to a non-current channel. |
| on_raw_irc | Hooked for every line we get from the server. |
| on_redirect | Hooked for each line of output being redirected back to irc. |
| on_send_action | Hooked for every me or describe you do. |
| on_send_ctcp | Hooked for every ctcp you send out. |
| on_send_dcc_chat | Hooked for every dcc chat message you send out. |
| on_send_msg | Hooked for every msg you send to someone else. |
| on_send_notice | Hooked for every notice you send out. |
| on_send_public | Hooked for every msg you send to a channel. |
| on_send_to_server | Hooked for every line you send to the server. |
| on_server_established | Hooked when we connect to a server, before we register. |
| on_server_lost | Hooked when we lose a server connection for any reason. |
| on_server_notice | Hooked when the server sends you a notice. |
| on_server_status | Hooked when the status of a server changes. |
| on_set | Hooked when you use the set command. |
| on_signal | Hooked when an OS signal is caught by the client. |
| on_signoff | Hooked when someone leaves irc. |
| on_silence | Hooked when someone has silenced you. |
| on_ssl_server_cert | Hooked when an ssl server sends us its certificate. |
| on_status_update | Hooked every time a status bar changes. |
| on_switch_channels | Hooked every time you change the current channel. |
| on_switch_windows | Hooked every time you change the current window. |
| on_timer | Hooked at the top of every minute. |
| on_topic | Hooked when someone changes the topic of a channel. |
| on_unknown_command | Hooked when you run a command that isn’t builtin or an alias. |
| on_unload | Hooked when the user does an unload. |
| on_wall | Hooked when someone does a WALL (rare). |
| on_wallop | Hooked when someone does a wallop. |
| on_who | Hooked for each line of a who reply. |
| on_window | Hooked for each line of output to a window. |
| on_window_beforekill | Hooked just before a window is killed. |
| on_window_command | Hooked for each operation of a window command. |
| on_window_create | Hooked when you create a new window. |
| on_window_kill | Hooked after a window has been destroyed. |
| on_window_notified | Hooked when a hidden window that is notifying has output. |
| on_window_server | Hooked when a window changes its server association. |
| on_yell | Hooked when the client outputs a diagnostic message. |
| oper | Assume operatorship privileges (oper only). |
| package | Tag aliases, assigns, ons, etc, as belonging to a package group that can be unloaded later. |
| parsekey | Execute a keybinding by name. |
| part | Leave a channel. |
| pause | Nonblocking sleep for a time, or until the user presses a key. |
| perl_command | Run something in a perl interpreter. |
| ping | Figure out how lagged you are. |
| pop_command | Remove the last word from a variable. |
| pretend | Pretend the server just sent the client a string. |
| push_command | Add a word to the end of a variable. |
| query | Change the current target of a window to a nickname. |
| queue | Add a command to a named queue for executing later. |
| quit | Same as exit. |
| quote | Send a string directly to the server. |
| rbind | Display all of the sequences bound to a keybinding. |
| reconnect_command | Reconnect to a server. |
| redirect | Redirect output that would go to a window to someone over irc. |
| rehash | Ask the server to re-read its config files (oper-only) |
| repeat_command | Execute some commands multiple times. |
| restart | Ask the server to shut down and restart (oper-only) |
| return | Early termination of the current atomic scope. |
| rping | Send an RPING to the server. |
| ruby_command | Run something in a ruby interpreter. |
| say | Say something to the current channel. |
| send | Say something to the current target. |
| sendline | Pretend the user just typed this string at the input prompt. |
| server | Connect to an irc server. |
| servlist | Send a SERVLIST to the server. |
| set | Change a configuration variable. |
| set_allow_c1_chars | Whether to filter out chars 128-159 or not. |
| set_always_split_biggest | Whether to split current window or biggest window for window new. |
| set_banner | The thing to display before system messages (ie, ***) |
| set_banner_expand | Whether to run set banner through the $-expander. |
| set_beep | Whether to allow beeps or eat them. |
| set_channel_name_width | How wide channel name should be on status bar. |
| set_client_information | What we should send back for ctcp clientinfo. |
| set_clock | Whether to run the system clock (turning off breaks stuff!) |
| set_clock_24hour | Whether the system clock should be 12 hour or 24 hour. |
| set_clock_format | What strftime() format to use to make the system clock. |
| set_clock_interval | How often to update the system clock. |
| set_cmdchars | What characters are used before a command (ie, /) |
| set_comment_hack | Whether to allow comments in the standard loader in the middle of lines. |
| set_continued_line | What to prefix before broken-up physical lines. |
| set_cpu_saver_after | Turn on cpu saver mode after this many minutes idle. |
| set_cpu_saver_every | Perform housekeeping this many seconds when in cpu saver mode. (Values < 60 are pointless.) |
| set_current_window_level | Assume the current window always owns these levels, overruling the window levels. |
| set_dcc_auto_send_rejects | Send a DCC REJECT to the other peer when you close a dcc. |
| set_dcc_dequote_filenames | De-urlifiy filenames offered; this permits filenames with spaces. |
| set_dcc_long_pathnames | Show the full path, or just the filename, in dcc list. |
| set_dcc_sliding_window | Tweak speed of dcc sends. |
| set_dcc_store_path | Where to save files others offer you. |
| set_dcc_use_gateway_addr | Whether your client is in your router’s DMZ. |
| set_debug | Get help debugging your script. |
| set_default_realname | The value we send to the server for your IRCNAME |
| set_default_username | The value we sent to the server for your username |
| set_dispatch_unknown_commands | Whether to bother the server with your typos. |
| set_display | Whether to suppress output to windows. |
| set_do_notify_immediately | Whether to immediately ison when changing your notify list. |
| set_floating_point_math | Whether to do math in floating point. |
| set_floating_point_precision | How many decimal places to return for floating point numbers. |
| set_flood_after | How many lines to receive before checking flooding rate |
| set_flood_ignore | Whether to ignore people flooding you |
| set_flood_maskuser | How to determine what one flooder is |
| set_flood_rate | How many lines per second constitutes a flood (numerator) |
| set_flood_rate_per | How many lines per second constitutes a flood (denominator) |
| set_flood_users | How many different flooders to check |
| set_flood_warning | Whether to outupt a message when being flooded. |
| set_hide_private_channels | Whether to hide the channel name on the status bar. |
| set_high_bit_escape | Whether to treat 8 bit chars as escape+7 bit char. |
| set_hold_interval | The default window hold_interval value. |
| set_hold_mode | The default window hold_mode value. |
| set_hold_slider | The default window hold_slider value. |
| set_indent | Whether to indent broken lines. |
| set_input_prompt | What prompt to use in the input line. |
| set_insert_mode | Whether to insert before or overwrite the char under the cursor. |
| set_key_interval | How many milliseconds until ambiguous keybindings time out. |
| set_lastlog | What the default window lastlog size should be. |
| set_lastlog_level | What the default window lastlog_level should be. |
| set_lastlog_rewrite | Set a default value for LASTLOG -REWRITE |
| set_load_path | Where to look for load files. |
| set_log | Whether to write everything displayed to the global logfile. |
| set_log_rewrite | Rewrite stuff before it is written to the global logfile. |
| set_logfile | The default global logfile name. |
| set_mail | How your mail should be checked. |
| set_mail_interval | How often your mail should be checked. |
| set_mail_type | What kind of mailbox you have. |
| set_mangle_display | How to mangle stuff before we write it to the screen. |
| set_mangle_inbound | How to mangle stuff we receive from the server. |
| set_mangle_logfiles | How to mangle stuff we are writing to a logfile. |
| set_mangle_outbound | How to mangle stuff we are sending to the server. |
| set_metric_time | Whether to use regular (minute) or metric (milliday) units for the clock. |
| set_mirc_broken_dcc_resume | Whether to turn on dcc resume. |
| set_mode_stripper | Whether to turn on on mode_stripped. |
| set_new_server_lastlog_level | What level to give a window when you do window server to a new server. |
| set_no_control_log | Whether control character should be stripped from stuff being written to logfiles. |
| set_no_ctcp_flood | Whether the client should ignore ctcps that come too fast. |
| set_no_fail_disconnect | Whether the client should disconnect from server when writes fail. |
| set_notify | Whether the client should check occasionally for nicknames on irc. |
| set_notify_interval | How often the client should check for notify nicknames. |
| set_notify_level | What the default window notify_level should be. |
| set_notify_on_termination | Whether to tell you that an exec process has finished. |
| set_notify_userhost_automatic | Whether the notify system should ask for userhosts before telling you a nick is online. |
| set_num_of_whowas | How many whowas entries to ask the server for. |
| set_old_math_parser | Turn on the old (legacy) math parser. |
| set_old_server_lastlog_level | Resolve level conflicts when merging a window onto an already connected server. |
| set_output_rewrite | How output should be rewritten before it’s displayed. |
| set_pad_char | What char we should use for $[num]var expandos. |
| set_quit_message | What the default quit message should be. |
| set_random_source | What random number generator we should use. |
| set_realname | What the realname is we send to the server when you connect. |
| set_screen_options | What flags should be passed to gnu screen. |
| set_scroll_lines | How many lines the display should scroll when new output occurs in a full window. |
| set_scrollback | How big the default window scrollback size is. |
| set_scrollback_ratio | How much (percentage) each scroll back or scroll forward moves the display |
| set_shell | Which shell should be used for exec |
| set_shell_flags | Which flags should be passed to your shell. |
| set_shell_limit | How many lines of output from an exec process before we shut it down. |
| set_show_channel_names | Whether to show the channel roster when joining a channel. |
| set_show_end_of_msgs | Whether to hook end-of-message events. |
| set_show_numerics | Whether to show the numeric or set banner in numeric replies. |
| set_show_status_all | Whether some status expandos show only in current window status or all window status. |
| set_show_who_hopcount | Whether to show the server hopcount in who replies. |
| set_status_away | How %A looks when you are away. |
| set_status_channel | How %C looks when you are on a channel. |
| set_status_chanop | How %@ looks when you are a chanop. |
| set_status_clock | How %T looks when the clock is on. |
| set_status_cpu_saver | How %L looks when cpu saver is on. |
| set_status_does_expandos | Whether to $-expand the status format. |
| set_status_format | What the status bar should look like. |
| set_status_format1 | What the top line of double status bar should be. |
| set_status_format2 | What the bottom line of double status bar should be. |
| set_status_halfop | What %@ looks like when you are a half-op |
| set_status_hold | What %H looks like when youre in hold mode. |
| set_status_hold_lines | How many lines you’re holding in hold mode. |
| set_status_insert | What %I looks like when youre in insert mode. |
| set_status_mail | What %M looks like when you have mail. |
| set_status_mode | What %+ looks like for your channel mode. |
| set_status_nickname | What %N looks like for your nickname. |
| set_status_no_repeat | Don’t repeat the last character of status format. |
| set_status_noswap | What appears when window swap is turned off. |
| set_status_notify | The list of hidden windows that have output. |
| set_status_oper | What %* looks like if you are an irc oper. |
| set_status_overwrite | What %I looks like when you’re in overwite mode. |
| set_status_query | What appears when you have a query. |
| set_status_scrollback | What appears when you are in scrollback. |
| set_status_server | What the server name looks like. |
| set_status_ssl_off | What appears when server does not do ssl. |
| set_status_ssl_on | What appears when server does ssl. |
| set_status_umode | What your user mode looks like. |
| set_status_user | What %U looks like. |
| set_status_voice | What %@ looks like when you’re a channel voice. |
| set_status_window | What the window refnum looks like. |
| set_suppress_from_remote_server | Whether to append “(from remote.server)” when getting a server notice from a server other than your local server. |
| set_switch_channels_between_windows | Whether to allow switch windows to steal another window’s channels. |
| set_term_does_bright_blink | Whether the terminal does bright blink. |
| set_translation | Which translation to use between your server and your terminal emulator. |
| set_translation_path | Where the translation files live. |
| set_user_information | What to return for ctcp clientinfo |
| set_verbose_ctcp | Whether to tell you if someone ctcps you. |
| set_word_break | What characters constitute breaks between words. |
| set_wserv_path | Where to find the wserv program. |
| set_wserv_type | Whether wserv should create gnu screens or xterms. |
| set_xterm | Which program you use as xterm (ie, rxvt) |
| set_xterm_options | What options you needed passed to your xterm. |
| setenv | Change an environment variable. |
| shift_command | Remove the first word from a variable. |
| shook | Dispatch any arbitrary hook event. |
| silence | Server-side ignores (not on all servers) |
| sleep | Blocking sleep of the client. |
| squery | Send an SQUERY to someone. |
| squit | Remove a server from the network. (oper only) |
| stack | Save and restore copies of an alias, assign, on, set, etc |
| stats | Ask the server for statistics (oper only) |
| stub | On-demand loading for an alias or assign. |
| subpackage | Add a segment to the namespace for stuff you load. |
| switch | Multi-path regular expression matched block statement. |
| tcl_command | Run some command in a tcl interpreter. |
| time_command | Ask the server what time it thinks it is. |
| timer | Run a command later. |
| topic | Change the topic of the channel. |
| trace | Create a traceroute to a remote server (oper only) |
| type | Pretend the user just typed a string. |
| unclear | Pull down the scrollback so it fills the screen. |
| unless | Reverse of if. |
| unload | Remove alias, assigns, ons, sets, etc from a package. |
| unshift_command | Add a word to the start of a variable. |
| until | Reverse of while. |
| uping | Ping the server. |
| userhost_command | Ask the server for a nick’s userhost. |
| userip | Ask the server for a nick’s ip address. |
| usleep | Blocking sleep of the client, less than a second. |
| usrip | Ask the server for a nick’s ip address. |
| version_command | Ask the server what software it is using. |
| wait | Nonblocking suspending of execution until previous server request finished. |
| wallchops | Send a message to channel operators. |
| wallops | Send a message to all irc operators (oper only). |
| which_command | Find the full path of a loaded file. |
| while | Execute a block while some expression is true. |
| who | Ask the server for a list of who is on the channel. |
| whois | Ask the server for detailed information about one person. |
| whowas | Ask the server for info about someone who is not on irc any more. |
| window_add | Add a nickname to your query list. |
| window_back | Go back to the previous current window, swapping it in if necessary. |
| window_balance | Make all the windows the same size. |
| window_beep_always | Beep even if the window is hidden. |
| window_channel | Change the current channel. |
| window_clear | Scroll down so nothing shows in the window. |
| window | Do a bunch of stuff with your windows. |
| window_create | Create a new screen. |
| window_delete | Remove a screen you don’t want any more. |
| window_describe | Let me tell you about your window. |
| window_discon | Disassociate the window from its server. |
| window_double | Turn on the double status bar. |
| window_echo | Output something to the window. |
| window_fixed | Forbid changing the window’s size. |
| window_flush | Delete the scrollback below what you see. |
| window_flush_scrollback | Delete the entire scrollback. |
| window_goto | Switch to the window, counting from the top of screen |
| window_grow | Increase the size of the window. |
| window_hide | Remove a window from the screen. |
| window_hide_others | Make this window the only one on the screen. |
| window_hold_interval | How often the status bar updates when holding stuff in this window. |
| window_hold_mode | Stop displaying stuff to the window, but save it in the scrollback. |
| window_hold_slider | How much to scroll down when you hit <enter>. |
| window_indent | Overrule set indent for this window. |
| window_kill | Delete a window you don’t want any more. |
| window_kill_all_hidden | Delete all of the hidden (invisible) windows. |
| window_kill_others | Make this the only window left for the whole client. |
| window_killable | Forbid the killing of this window. |
| window_killswap | Kill this window, and swap in an invisible window in its place. |
| window_last | Go back to the previous current window, but not if it’s hidden. |
| window_lastlog | How many logical lines of output to save. |
| window_lastlog_level | What levels of output should be saved to the lastlog. |
| window_level | What levels of output should be sent to this window. |
| window_list | Describe all the windows. |
| window_log | Turn on or off the window’s log file. |
| window_logfile | Change the window’s log filename. |
| window_move | Move the window up or down on the screen. |
| window_move_to | Move the window to the Nth place, counting from the top of the screen. |
| window_name | Change the window’s name. |
| window_new | Create a new window, splitting a visible window in half. |
| window_new_hide | Create a new hidden window. |
| window_next | Swap the current window with the hidden window with the next higher refnum. |
| window_noserv | Disassociate the window from the server. |
| window_notified | Toggle whether the window is notifying that it has output since it’s been hidden. |
| window_notify | Toggle whether the window should notify you when it has output while it’s hidden. |
| window_notify_level | Toggle what types of output cause the window to notify you while it’s hidden. |
| window_notify_name | What the window’s name looks like on the status bar when it’s notifying you. |
| window_number | Change the window’s refnum. |
| window_pop | Go back to the window you last window pushed. |
| window_previous | Swap the current window with the hidden window with the next lower refnum. |
| window_prompt | What the input prompt should be for this window, if we are querying an execed process. |
| window_push | Save the current window’s refnum onto a stack. |
| window_query | Change the window’s current query target. |
| window_rebuild_scrollback | Throw away the scrollback buffer, and rebuild it from the lastlog. |
| window_refnum | Change the current window to another visible window. |
| window_refnum_or_swap | Change the current window to another visible window, swapping it in if necessary. |
| window_refresh | Redraw the window. |
| window_rejoin | Join a channel on a window’s server, putting it in whichever window claims it. |
| window_remove | Remove a nick from the window’s query list. |
| window_scrolladj | Whether to insert space at the bottom, or pull scrollback back down from the top when a window grows in size. |
| window_scrollback | How big the window’s scrollback buffer should be. |
| window_scroll_backward | Go back some number of lines in scrollback. |
| window_scroll_end | Go to the end (newest) of the scrollback. |
| window_scroll_forward | Go forward some number of lines in scrollback. |
| window_scroll_start | Go to the start (oldest) of the scrollback. |
| window_search_back | Go backwards in scrollback to find a string. |
| window_search_forward | Go forwards in scrollback to find a string. |
| window_server | Change which server this window is associated with. |
| window_show | Make a hidden window visible (by splitting a visible window) |
| window_show_all | Make all hidden windows visible (by splitting visible windows) |
| window_shrink | Make a window smaller |
| window_size | Set the window size to an absolute value. |
| window_skip | Can bind next_window move to this window? |
| window_stack | Show the refnums saved ont he stack. |
| window_status_format | The status line for a single line status bar. |
| window_status_format1 | The bottom line of a double line status bar. |
| window_status_format2 | The top line of a double line status bar. |
| window_status_special | What %. should be on this window’s status bar. |
| window_swap | Make this window invisible, and make a hidden window visible, taking its place. |
| window_swappable | Change you change the visibility of this window? (Ie, hide a visible window) |
| window_topline | How many toplines show in this window? |
| window_toplines | Change one of the window’s toplines. |
| window_unclear | Push down the scrollback so it’s visible in the window. |
| xdebug_command | Change some internal debugging flags. |
| xecho | Output to a window, with flags |
| xeval | Run some commands, with flags. |
| xquote | Send a string to the server, with flags. |
| xtype | Type some text, with flags. |