📄 tcp.c
字号:
/* File : tcp.c.c * Creator : Grendel@Tmi-2 * When : 93-08-15 * * This file is part of the tmi mudlib. Please keep this header intact. * * This file is used to let other muds know what tcp services we support. */inherit F_CLEAN_UP;/* The tcp file is used to allow other muds to find out which tcp services * are supported. */int support_tcp_mail() { return 1; }int support_tcp_tell() { return 1; }int support_tcp_finger() { return 1; }int support_tcp_interwiz() { return 1; }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -