Changeset 888 for trunk/Modules/Chat/irc_bot.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Chat/irc_bot.php
r887 r888 5 5 class IRCBot 6 6 { 7 var$OwnerName = 'Chronosův';8 var$Server = "game.zdechov.net";9 var$Port = 6667;10 var$Channel = "#zdechov";11 var$Nick = "History";12 var$JokeFileName = "jokes.txt";13 var$File;7 public string $OwnerName = 'Chronosův'; 8 public string $Server = "game.zdechov.net"; 9 public int $Port = 6667; 10 public string $Channel = "#zdechov"; 11 public string $Nick = "History"; 12 public string $JokeFileName = "jokes.txt"; 13 public $File; 14 14 15 15 function __construct()
Note:
See TracChangeset
for help on using the changeset viewer.