Skip to content

Commit c735780

Browse files
committed
Code cleaning
1 parent 1a11faa commit c735780

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

samp-chatbot.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ native SetChatBotEncoding(encoding);
1717
native ClearMemory(id);
1818
native RequestToChatBot(const prompt[], id);
1919
native SelectChatBot(type);
20+
native GetChatBotType();
2021
native SetAPIKey(const apiKey[]);
2122
native SetSystemPrompt(const systemPrompt[]);
2223
native SetModel(const model[]);

src/main.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,14 +112,10 @@ PLUGIN_EXPORT unsigned int PLUGIN_CALL Supports()
112112

113113
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
114114
{
115-
Sleep(5000);
116-
117115
pAMXFunctions = ppData[PLUGIN_DATA_AMX_EXPORTS];
118116
logprintf = (logprintf_t)ppData[PLUGIN_DATA_LOGPRINTF];
119117
logprintf("ChatBot Plugin %s by SimoSbara loaded", PLUGIN_VERSION);
120-
121-
//Sleep(5000);
122-
118+
123119
InitParams();
124120

125121
running = true;

0 commit comments

Comments
 (0)