This website requires JavaScript.
Explore
Help
Sign In
github
/
mercenary
Watch
1
Star
0
Fork
You've already forked mercenary
0
mirror of
https://github.com/correl/mercenary.git
synced
2024-11-30 19:19:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7315012830
mercenary
/
mirc
/
src
/
mirc.cpp
6 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
Imported the QT4 IRC Client project, along with the mIRC script parser that will eventually be integrated into it git-svn-id: file:///srv/svn/ircclient/trunk@1 a9804ffe-773b-11dd-bd7c-89c3ef1d2733
2008-08-31 09:08:24 +00:00
#
include
"mirc.h"
Why not load a file specified on the commandline... Also, some placeholder functions for the great and powerful script manager! git-svn-id: file:///srv/svn/ircclient/trunk@2 a9804ffe-773b-11dd-bd7c-89c3ef1d2733
2008-08-31 09:50:57 +00:00
MIRCScriptManager
:
:
MIRCScriptManager
(
QObject
*
parent
)
{
this
-
>
parent
=
parent
;
Imported the QT4 IRC Client project, along with the mIRC script parser that will eventually be integrated into it git-svn-id: file:///srv/svn/ircclient/trunk@1 a9804ffe-773b-11dd-bd7c-89c3ef1d2733
2008-08-31 09:08:24 +00:00
}
Reference in a new issue
Copy permalink