All public logs
Jump to navigation
Jump to search
Combined display of all available logs of ShoutIRC RadioBot Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 18:32, 18 August 2011 Indy talk contribs deleted page Function:GetBotNick (content was: "const char * GetBotNick(int32 net) Parameters: IN net Returns the bot's nickname on server net. Pass -1 to get the bot's default nickname ..." (and the only contributor was "Indy"))
- 18:32, 18 August 2011 Indy talk contribs deleted page Function:GetBasePath (content was: "const char * GetBasePath() Parameters: None Return Value: A pointer to a NTS with the folder IRCBot is running out of. Not..." (and the only contributor was "Indy"))
- 18:32, 18 August 2011 Indy talk contribs deleted page Function:get argv (content was: "const char * get_argv(int num) Parameters: IN num Number of the parameter to get (zero-based). This is the same as the argv[] from a main()..." (and the only contributor was "Indy"))
- 18:32, 18 August 2011 Indy talk contribs deleted page Function:get argc (content was: "int get_argc() Parameters: None Return Value: The number of arguments passed to IRCBot. This is the same as the argc you would find in a main(..." (and the only contributor was "Indy"))
- 18:32, 18 August 2011 Indy talk contribs deleted page Function:EnableRequests (content was: "void EnableRequests(bool activate) Parameters: IN activate true to enable requests (sets req_mode to REQ_MODE_HOOKED) false to di..." (and the only contributor was "Indy"))
- 18:32, 18 August 2011 Indy talk contribs deleted page Function:ClearSockEntries (content was: "void ClearSockEntries(T_SOCKET * sock) Parameters: IN sock Pointer to a Titus Socket (T_SOCKET) Return Value: ..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:ib printf (content was: "bool ib_printf(char * fmt, ...) Parameters: IN fmt A format string as used by printf IN|OPT ... Any parameters needed by the format..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:HasOwnerSupport (content was: "bool HasOwnerSupport(int32 net) Parameters: IN net The number of the network to check (zero-based). Return Value: true if the net..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:GetUserLevel (content was: "int GetUserLevel(const char * hostmask, const char * pass) Parameters: IN nick NULL-terminated string containing a user's hostmask IN..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:GetUser (content was: "USER * GetUser(const char * hostmask, const char * pass) Parameters: IN nick NULL-terminated string containing a user's hostmask IN pass ..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:IsConfigSectionValue (content was: "bool IsConfigSectionValue(DS_CONFIG_SECTION * section, const char * name) Parameters: IN section A pointer to a Struct:DS_CON..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:LogToChan (content was: "bool LogToChan(char * buf) Parameters: IN buf NULL-terminated string to log (no \r\n or anything recquired) Return Value: true if a log..." (and the only contributor was "Indy"))
- 18:30, 18 August 2011 Indy talk contribs deleted page Function:LoadPlugin (content was: "bool LoadPlugin(const char * fn) Parameters: IN fn NULL-terminated string containing the filename of a plugin to load Return Value: Re..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:LoadMessage (content was: "bool LoadMessage(const char * name, char * msgbuf, int32 bufSize) Parameters: IN name Name of the message to load OUT msgbuf Stor..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:IsValidUserName (content was: "bool IsValidUserName(const char * nick) Parameters: IN nick NULL-terminated string containing a username Return Value: Returns tr..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:IsNetworkReady (content was: "bool IsNetworkReady(int32 net) Parameters: IN net The number of the network to check (zero-based). Return Value: true if the netwo..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Category:Pages needing updating (content was: "These pages are out of date and need updating for IRCBot v3..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:SendSock Priority (content was: "int SendSock_Priority(T_SOCKET * sock, const char * buf, int32 datalen, uint8 priority) Parameters: IN sock Which Struct:T_SOCKE..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:SendRemoteReply (content was: "void (*SendRemoteReply)(T_SOCKET * socket, REMOTE_HEADER * rHead, char * data) IN socket<br> a T_SOCKET to send t..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:SendMessage (content was: "int SendMessage(int toplug, uint32 MsgID, char * data, int32 datalen) Parameters: IN toid The plugin to send the message to, or -1 for a..." (and the only contributor was "Indy"))
- 18:29, 18 August 2011 Indy talk contribs deleted page Function:SendIRC Priority (content was: "int SendIRC_Priority(int netno, const char * buf, int32 datalen, uint8 priority) Parameters: IN netno Which IRC network to send to ..." (and the only contributor was "Indy"))
- 18:28, 18 August 2011 Indy talk contribs deleted page Function:safe sleep milli (content was: "void safe_sleep_milli(int sleepfor) Parameters: IN sleepfor Milliseconds to sleep for Return Value: None Notes: None Sleeps ..." (and the only contributor was "Indy"))
- 18:28, 18 August 2011 Indy talk contribs deleted page Function:Rehash (content was: "void Rehash(const char * fn) Parameters: IN fn NULL-terminated string containing a filename of a new ircbot.text, or NULL to use the default/..." (and the only contributor was "Indy"))
- 18:28, 18 August 2011 Indy talk contribs deleted page Function:NumPlugins (content was: "int NumPlugins() Parameters: None Return Value: The number of loaded plugins. Notes: None {{ircbot_programming}}" (and the only contributor was "Indy"))
- 18:28, 18 August 2011 Indy talk contribs deleted page Function:NumNetworks (content was: "int NumNetworks() Parameters: None Return Value: The number of networks you are connected to. Notes: None {{ircbot_programming}}" (and the only contributor was "Indy"))
- 18:28, 18 August 2011 Indy talk contribs deleted page Function:safe sleep seconds (content was: "void safe sleep seconds(int sleepfor) Parameters: IN sleepfor Seconds to sleep for Return Value: None Notes: None Sleeps f..." (and the only contributor was "Indy"))
- 09:34, 18 August 2011 User account EatonMclaughlingdy talk contribs was created
- 08:02, 17 August 2011 Indy talk contribs moved page Version History to Version Timeline
- 07:57, 17 August 2011 Indy talk contribs uploaded File:PackageManager.png (Sneak preview of the IRCBot v5 Package Manager.)
- 00:48, 14 August 2011 Indy talk contribs changed group membership for Speeddemon8803 from (none) to editor
- 00:47, 14 August 2011 Indy talk contribs deleted page User talk:Indy (content was: "Indy's Talk Page" (and the only contributor was "Indy"))
- 10:14, 28 July 2011 User account MarshallNielsen talk contribs was created
- 10:34, 21 July 2011 User account Shopapp00 talk contribs was created
- 20:29, 19 July 2011 User account Okolipa talk contribs was created
- 11:23, 15 July 2011 User account Ilego talk contribs was created
- 06:59, 15 June 2011 User account Anirab014 talk contribs was created
- 01:31, 3 June 2011 User account Laradiolocal talk contribs was created
- 16:59, 27 March 2011 User account Xyon talk contribs was created
- 12:54, 21 February 2011 User account Lane719618 talk contribs was created
- 16:56, 20 February 2011 User account Alex1983 talk contribs was created
- 04:39, 9 January 2011 Indy talk contribs restored page Struct:API textfunc (7 revisions restored)
- 04:37, 9 January 2011 Indy talk contribs restored page Function:SendMessage (3 revisions restored)
- 04:35, 9 January 2011 Indy talk contribs restored page Struct:API db (1 revision restored)
- 04:35, 9 January 2011 Indy talk contribs restored page Function:NumPlugins (2 revisions restored)
- 04:18, 9 January 2011 Indy talk contribs restored page Function:safe sleep milli (7 revisions restored)
- 04:18, 9 January 2011 Indy talk contribs restored page Function:safe sleep seconds (7 revisions restored)
- 04:16, 9 January 2011 Indy talk contribs restored page DEPRECATING (5 revisions restored)
- 04:16, 9 January 2011 Indy talk contribs restored page POSSIBLE DEPRECATION (2 revisions restored)
- 04:16, 9 January 2011 Indy talk contribs restored page Function:LoadMessage (3 revisions restored)
- 04:15, 9 January 2011 Indy talk contribs restored page Struct:PLUGIN PUBLIC (12 revisions restored)