Search found 24 matches
- Tue Mar 15, 2022 1:03 am
- Forum: NO5 IRC
- Topic: working with Text objects
- Replies: 0
- Views: 37416
working with Text objects
now OnChannelMsg and OnPrivateMsg receives as a parameter not the text, but a textobject For full properties and methods take a look at fioresoft.net But for this to work on python you will have to do this: from win32com.client import Dispatch def no5_OnChannelMsg(channel,user,txtObj): msg = Dispatc...
- Sun Feb 27, 2022 11:11 am
- Forum: NO5 IRC
- Topic: how to run python scripts
- Replies: 1
- Views: 22129
Re: how to run python scripts
If you don't have pyscrip.py installed try installing the win32 module
pip install pywin32
some pre-installed scripts requires BeautifulSoup4 and Requests
pip install BeautifulSoup4
pip install requests
pip install pywin32
some pre-installed scripts requires BeautifulSoup4 and Requests
pip install BeautifulSoup4
pip install requests
- Sun Jan 17, 2021 5:11 am
- Forum: NO5 IRC
- Topic: how to run python scripts
- Replies: 1
- Views: 22129
how to run python scripts
First your Python installation must contain the file pyscript.py In my installation this file is located at C:\Python3\Lib\site-packages\win32comext\axscript\client\pyscript.py You will probably need to have the enviroment variable PYTHONPATH set to C:\Python3\Lib and added to the Path variable. If ...
- Tue Dec 22, 2020 8:38 pm
- Forum: NO5 IRC
- Topic: version 1.1.0.3 - hello python
- Replies: 0
- Views: 38725
version 1.1.0.3 - hello python
Now NO5-IRC supports python script (pys)
i downloaded my python from activestate with windows support
To handle callbacks is just like in vbs
i downloaded my python from activestate with windows support
To handle callbacks is just like in vbs
Code: Select all
def no5_OnTimer(timer)
- Sun Nov 29, 2020 5:19 am
- Forum: NO5 IRC
- Topic: password is not saved in plain text anymore
- Replies: 0
- Views: 38777
password is not saved in plain text anymore
Simple encryption. Enough to keep curious people away
- Fri Nov 27, 2020 9:29 pm
- Forum: NO5 IRC
- Topic: version 1.1.0.0
- Replies: 0
- Views: 38099
version 1.1.0.0
Forms were added.
They are scriptable through vbscript.
Look the two examples i added.
Because of Forms 3 new DLLs need to be register with regsvr32 filename if u download the .rar file
They are automatically registered with the installer.
They are scriptable through vbscript.
Look the two examples i added.
Because of Forms 3 new DLLs need to be register with regsvr32 filename if u download the .rar file
They are automatically registered with the installer.
- Sun Nov 22, 2020 5:54 am
- Forum: NO5 IRC
- Topic: no5 object model
- Replies: 0
- Views: 38839
no5 object model
../no5objmodel.png You access the Views collection through the Views property of no5 object Views as all collections has a Count property It lets you enumerate through View objects which has a Name property and a Users Property which in turn is other collection The Users property lets you enumerate...
- Tue Nov 10, 2020 8:33 pm
- Forum: NO5 IRC
- Topic: running javascript events
- Replies: 0
- Views: 38896
running javascript events
its like this:
Code: Select all
function no5::OnTimer( id )
{
no5.Output("time");
}
- Tue Nov 10, 2020 6:24 pm
- Forum: NO5 IRC
- Topic: stable release v1.0
- Replies: 0
- Views: 38936
stable release v1.0
Thats it, go get it
- Tue Nov 10, 2020 2:15 am
- Forum: NO5 IRC
- Topic: version Beta 0.6.2.8
- Replies: 1
- Views: 20654
Re: version Beta 0.6.2.9
Added support for javascript. Unfortunatelly i dont know how to hook up events in javascript. If u know, let me know it.
- Sun Nov 08, 2020 6:30 pm
- Forum: NO5 IRC
- Topic: version Beta 0.6.2.8
- Replies: 1
- Views: 20654
version Beta 0.6.2.8
Added suport for vbscript
- Fri Nov 06, 2020 9:09 pm
- Forum: NO5 IRC
- Topic: version Beta 0.6.2.7
- Replies: 0
- Views: 38985
version Beta 0.6.2.7
DCC CHAT implemented
- Thu Nov 05, 2020 10:10 am
- Forum: NO5 IRC
- Topic: version Beta 0.6.2.5
- Replies: 0
- Views: 38637
version Beta 0.6.2.5
Added DCC SEND
- Sun Nov 01, 2020 1:59 pm
- Forum: NO5 IRC
- Topic: version Beta 0.6.2.0
- Replies: 0
- Views: 38721
version Beta 0.6.2.0
SSL support added. It's still experimental
when using it , select the Is SSL port and choose a SSL port
Also dont add a starting room, instead list the rooms after message of the day.
when using it , select the Is SSL port and choose a SSL port
Also dont add a starting room, instead list the rooms after message of the day.
- Thu Oct 29, 2020 4:58 pm
- Forum: NO5 IRC
- Topic: version Beta 0.6.1.10
- Replies: 0
- Views: 38179
version Beta 0.6.1.10
You can send an ACTION preceeding your text with :
timestamp added
You can auto complete a name typing the first letters then TAB
timestamp added
You can auto complete a name typing the first letters then TAB
- Thu Oct 22, 2020 10:39 am
- Forum: NO5 IRC
- Topic: Really cool software for IRC client developers
- Replies: 0
- Views: 38396
Really cool software for IRC client developers
IRCD Server simulator simulates an IRC server on your localhost with fake users , fake channels and fake chat.
It helped me spot a lot of bugs.
This is the link http://colinjs.com/software.htm#t_IRCDSS
thanks to the guy ( forgot his nick ) on #freenode who gave me the tip
It helped me spot a lot of bugs.
This is the link http://colinjs.com/software.htm#t_IRCDSS
thanks to the guy ( forgot his nick ) on #freenode who gave me the tip
- Tue Oct 20, 2020 6:23 pm
- Forum: NO5 IRC
- Topic: version Beta 0.6.1.4
- Replies: 0
- Views: 38590
version Beta 0.6.1.4
I've added color support when it's allowed besides bold, italic and underline
- Sun Oct 11, 2020 5:14 pm
- Forum: NO5 IRC
- Topic: password is saved in plain text
- Replies: 0
- Views: 36599
password is saved in plain text
So don't save your password if u are not the only one using your computer
- Sat Oct 10, 2020 3:29 pm
- Forum: NO5 IRC
- Topic: NO5 IRC now on github.com
- Replies: 1
- Views: 21383
Re: NO5 IRC now on github.com
Beta testers wanted, it only works on Windows
- Sat Oct 10, 2020 1:56 pm
- Forum: NO5 IRC
- Topic: NO5 IRC now on github.com
- Replies: 1
- Views: 21383
NO5 IRC now on github.com
NO5 IRC was released on github at https://github.com/fioresoft/no5irc
I don't have time to add CTCP to the base protcol RFC. If Anybody is interested in colaborating, its welcomed!
I don't have time to add CTCP to the base protcol RFC. If Anybody is interested in colaborating, its welcomed!
- Thu Oct 01, 2020 12:36 pm
- Forum: NO5 IRC
- Topic: Do you want a much better IRC client?
- Replies: 0
- Views: 36644
Do you want a much better IRC client?
try this http://www.kvirc.ru/
Its open source, runs on Windows, OSX, Linux.
Supports all advanced features like SSL
Its open source, runs on Windows, OSX, Linux.
Supports all advanced features like SSL
- Thu Aug 20, 2020 1:14 pm
- Forum: PHP for newbies
- Topic: php ide/editor my choices
- Replies: 2
- Views: 27102
Re: php ide/editor my choices
im loving apache netbeans and its free
https://netbeans.apache.org/
https://netbeans.apache.org/
- Wed Aug 19, 2020 2:37 am
- Forum: PHP for newbies
- Topic: php ide/editor my choices
- Replies: 2
- Views: 27102
Re: php ide/editor my choices
i also tested net beans. its heavy-weight so i didnt install the java part, but the php part seems easy and the intellisense, well, intelligent
ive also forgot in the poll to add vs code and visual studio itself ( although i have no idea how msvs works with php )
ive also forgot in the poll to add vs code and visual studio itself ( although i have no idea how msvs works with php )
- Tue Aug 18, 2020 2:17 pm
- Forum: PHP for newbies
- Topic: php ide/editor my choices
- Replies: 2
- Views: 27102
php ide/editor my choices
well after testing several php editors/ide here is the list: notepad++ simple editor with syntax highlighting and basic auto completion - free phpdesigner8 IDE with intellisense, auto completion and easy to use, the problem is paid eclipse for php: IDE with simple intellisense and auto completion, c...