|
58 | 58 | <!-- Don't touch anything below! -->
|
59 | 59 | <info author="MCvarial" version="1.0.2" type="misc" name="irc" description="Echobot to be used on irc" />
|
60 | 60 |
|
| 61 | + <export function="ircGetChannelFromName" type="server" http="false" /> |
| 62 | + <export function="ircGetEchoChannels" type="server" http="false" /> |
| 63 | + <export function="ircGetChannelServer" type="server" http="false" /> |
| 64 | + <export function="ircGetChannels" type="server" http="false" /> |
| 65 | + <export function="ircSetChannelMode" type="server" http="false" /> |
| 66 | + <export function="ircGetChannelName" type="server" http="false" /> |
| 67 | + <export function="ircGetChannelMode" type="server" http="false" /> |
| 68 | + <export function="ircGetChannelUsers" type="server" http="false" /> |
| 69 | + <export function="ircGetChannelTopic" type="server" http="false" /> |
| 70 | + <export function="ircIsEchoChannel" type="server" http="false" /> |
| 71 | + <export function="ircRaw" type="server" http="false" /> |
61 | 72 | <export function="ircHop" type="server" http="false" />
|
62 | 73 | <export function="ircSay" type="server" http="false" />
|
63 |
| - <export function="ircRaw" type="server" http="false" /> |
64 | 74 | <export function="ircPart" type="server" http="false" />
|
65 | 75 | <export function="ircJoin" type="server" http="false" />
|
66 | 76 | <export function="ircAction" type="server" http="false" />
|
67 | 77 | <export function="ircNotice" type="server" http="false" />
|
68 | 78 | <export function="outputIRC" type="server" http="false" />
|
69 |
| - <export function="ircConnect" type="server" http="false" /> |
70 | 79 | <export function="ircIdentify" type="server" http="false" />
|
| 80 | + <export function="ircConnect" type="server" http="false" /> |
71 | 81 | <export function="ircReconnect" type="server" http="false" />
|
72 | 82 | <export function="ircDisconnect" type="server" http="false" />
|
73 | 83 | <export function="ircChangeNick" type="server" http="false" />
|
74 |
| - |
75 |
| - <export function="ircGetServers" type="server" http="false" /> |
76 | 84 | <export function="ircGetServerName" type="server" http="false" />
|
77 | 85 | <export function="ircGetServerHost" type="server" http="false" />
|
78 | 86 | <export function="ircGetServerPort" type="server" http="false" />
|
79 | 87 | <export function="ircGetServerPass" type="server" http="false" />
|
80 | 88 | <export function="ircGetServerNick" type="server" http="false" />
|
81 | 89 | <export function="ircIsServerSecure" type="server" http="false" />
|
82 | 90 | <export function="ircGetServerChannels" type="server" http="false" />
|
83 |
| - |
84 |
| - <export function="ircGetChannelServer" type="server" http="false" /> |
85 |
| - <export function="ircSetChannels" type="server" http="false" /> |
86 |
| - <export function="ircSetChannelMode" type="server" http="false" /> |
87 |
| - <export function="ircGetChannelName" type="server" http="false" /> |
88 |
| - <export function="ircGetChannelMode" type="server" http="false" /> |
89 |
| - <export function="ircGetChannelUsers" type="server" http="false" /> |
90 |
| - <export function="ircGetChannelTopic" type="server" http="false" /> |
91 |
| - <export function="ircGetChannelFromName" type="server" http="false" /> |
92 |
| - <export function="ircIsEchoChannel" type="server" http="false" /> |
93 |
| - |
94 | 91 | <export function="ircSetUserMode" type="server" http="false" />
|
95 | 92 | <export function="ircGetUserMode" type="server" http="false" />
|
96 | 93 | <export function="ircGetUserNick" type="server" http="false" />
|
97 |
| - <export function="ircGetUsers" type="server" http="false" /> |
98 | 94 | <export function="ircGetUserServer" type="server" http="false" />
|
99 |
| - <export function="ircGetUserLevel" type="server" http="false" /> |
| 95 | + <export function="ircGetUsers" type="server" http="false" /> |
| 96 | + <export function="ircGetUserFromNick" type="server" http="false" /> |
100 | 97 | <export function="ircGetUserVhost" type="server" http="false" />
|
101 |
| - <export function="ircGetUserFromName" type="server" http="false" /> |
102 |
| - |
| 98 | + <export function="ircGetUserLevel" type="server" http="false" /> |
103 | 99 | <export function="addIRCCommandHandler" type="server" http="false" />
|
104 | 100 | <export function="ircGetCommands" type="server" http="false" />
|
105 | 101 | <export function="ircGetCommandLevel" type="server" http="false" />
|
106 | 102 | <export function="ircIsCommandEchoChannelOnly" type="server" http="false" />
|
107 | 103 |
|
108 | 104 | <!-- Don't touch this, you might break it. -->
|
109 |
| - <script src="scripts/socketerrors.lua" type="server" /> |
110 | 105 | <script src="scripts/loading.lua" type="server" />
|
111 | 106 | <script src="scripts/utility.lua" type="server" />
|
112 | 107 | <script src="scripts/channels.lua" type="server" />
|
|
0 commit comments