Ignore:
Timestamp:
Nov 24, 2020, 10:58:56 AM (3 years ago)
Author:
chronos
Message:
  • Modified: More static types added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Chat/irc_bot.php

    r887 r888  
    55class IRCBot
    66{
    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;
    1414
    1515  function __construct()
Note: See TracChangeset for help on using the changeset viewer.