Changeset 929 for trunk/Modules/Chat/irc_bot.php
- Timestamp:
- May 11, 2022, 12:14:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Chat/irc_bot.php
r888 r929 74 74 $Line = substr($Line, strlen($Commands[0])); 75 75 $Commands[1] = substr($Line, 0, strpos($Line, ':') + 1); 76 $Commands[2] = substr($Line, strlen($Commands[1])); 77 //print_r($Commands); 76 $Commands[2] = substr($Line, strlen($Commands[1])); 78 77 79 78 // Log messages to database
Note:
See TracChangeset
for help on using the changeset viewer.